Commit 5381d78b authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 19fa1c98
......@@ -52,8 +52,11 @@ Features added
* The ``PyTypeObject`` declaration in ``cpython.object`` was extended.
* The ``type`` type is now declared as PyTypeObject in source, allowing
for extern functions taking type parameters to have the correct C signatures.
* The builtin ``type`` type is now declared as PyTypeObject in source,
allowing for extern functions taking type parameters to have the correct
C signatures. Note that this might break code that uses ``type`` just
for passing around Python types in typed variables. Removing the type
declaration provides a backwards compatible fix.
* ``wraparound()`` and ``boundscheck()`` are available as no-ops in pure
Python mode.
......
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