Commit 19fa1c98 authored by Robert Bradshaw's avatar Robert Bradshaw

Note PyTypeObject change.

parent 14af74de
......@@ -52,6 +52,9 @@ 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.
* ``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