来源:Cython
浏览 455
扫码
分享
2020-04-04 08:23:42
0.29.8 (2019-05-28)
Bugs fixed
- C compile errors with CPython 3.8 were resolved.Patch by Marcel Plch. (Github issue #2938)
- Python tuple constants that compare equal but have different itemtypes could incorrectly be merged into a single constant.(Github issue #2919)
- Non-ASCII characters in unprefixed strings could crash the compiler whenused with language level
3str
. - Starred expressions in %-formatting tuples could fail to compile forunicode strings. (Github issue #2939)
- Passing Python class references through
cython.inline()
was broken.(Github issue #2936)