| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #1298 +/- ##
==========================================
- Coverage 87.97% 87.88% -0.09%
==========================================
Files 1 1
Lines 291 289 -2
==========================================
- Hits 256 254 -2
Misses 35 35
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Great, I wasn't aware of PyUnicode_GetMax. We should probably find a more sustainable solution at some point (as the function is explicitly deprecated), but this will do nicely for now :) |
Sorry, something went wrong.
|
ctypes.sizeof(ctypes.c_wchar) would do the trick |
Sorry, something went wrong.
|
@lostmsu It looks like the symbol is scheduled for removal for Python 3.10, I'll look into this s.t. we can start supporting 3.10 earlier than we could with 3.9 :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
This determines the value for Runtime.UCS at runtime instead of using compile-time defines, removing the need for separate builds of Python.Runtime.
Does this close any currently open issues?
N/A
Any other comments?
PyUnicode_GetMax is deprecated, but preserved for compatibility.
Checklist
Check all those that are applicable and complete.