-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added final declarations to constants (#5275) #5310
Conversation
@asvetlov |
…,...] in web_urldispatcher.py
53356ad
to
38db1b2
Compare
@asvetlov can you guide on the cython error that comes up now? |
@asvetlov friendly reminder, I get an error in cythonize, I do not know how to solve it |
To make CI passed please add the following line to
|
Codecov Report
@@ Coverage Diff @@
## master #5310 +/- ##
=======================================
Coverage 97.16% 97.16%
=======================================
Files 41 41
Lines 8739 8746 +7
Branches 1402 1402
=======================================
+ Hits 8491 8498 +7
Misses 129 129
Partials 119 119
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
Co-authored-by: Andrew Svetlov <[email protected]>. (cherry picked from commit 3be8a68) Co-authored-by: Anas <[email protected]>
Thanks! |
Co-authored-by: Andrew Svetlov <[email protected]>. (cherry picked from commit 3be8a68) Co-authored-by: Anas <[email protected]>
Co-authored-by: Andrew Svetlov <[email protected]>
Co-authored-by: Andrew Svetlov <[email protected]>
What do these changes do?
Adds final declarations to constants
Are there changes in behavior for the user?
Let the user know that these constants should be considered as immutable
Related issue number
#5275
Checklist
CHANGES
folder