来源:Cython
浏览 336
扫码
分享
2020-04-04 08:24:31
0.21.2 (2014-12-27)
Bugs fixed
- Crash when assigning a C value to both a Python and C target at the same time.
- Automatic coercion from C++ strings to
str
generated incomplete code thatfailed to compile. - Declaring a constructor in a C++ child class erroneously required a defaultconstructor declaration in the super class.
resize_smart()
in cpython.array
was broken.- Functions in
libcpp.cast
are now declared as nogil
. - Some missing C-API declarations were added.
- Py3 main code in embedding program code was lacking casts.
- Exception related to distutils “Distribution” class type in pyximport underlatest CPython 2.7 and 3.4 releases when setuptools is being imported later.