Commit bf9979f8 authored by Stefan Behnel's avatar Stefan Behnel

merge 0.21.x branch into master

parents 841a9f5f 9b1d6e2a
...@@ -28,6 +28,8 @@ Features added ...@@ -28,6 +28,8 @@ Features added
* ``PySlice_*()`` C-API functions are available from the ``cpython.slice`` * ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
module. module.
* Allow arrays of C++ classes.
Bugs fixed Bugs fixed
---------- ----------
...@@ -51,8 +53,6 @@ Bugs fixed ...@@ -51,8 +53,6 @@ Bugs fixed
if the already created module was used later on (e.g. through a if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere). stale reference in sys.modules or elsewhere).
* Allow arrays of C++ classes.
Other changes Other changes
------------- -------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment