来源:Cython
浏览 347
扫码
分享
2020-04-04 08:24:23
0.23.3 (2015-09-29)
Bugs fixed
- Invalid C code for some builtin methods. This fixes ticket 856 again.
- Incorrect C code in helper functions for PyLong conversion and stringdecoding. This fixes ticket 863, ticket 864 and ticket 865.Original patch by Nikolaus Rath.
- Large folded or inserted integer constants could use too small Cinteger types and thus trigger a value wrap-around.
Other changes
- The coroutine and generator types of Cython now also register directlywith the
Coroutine
and Generator
ABCs in the backports_abc
module if it can be imported. This fixes ticket 870.