Navigation Menu

Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 6, 2015
1 parent 3f75d91 commit 9d2ba22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -21,6 +21,10 @@ Features added
* Binary and/or/xor/rshift operations with small constant Python integers
are faster.

* Keyword argument dicts are no longer copied on function entry when they
are not being used or only passed through to other function calls (e.g.
in wrapper functions).

* The ``PyTypeObject`` declaration in ``cpython.object`` was extended.

* ``NULL`` is allowed as default argument when embedding signatures.
Expand Down

0 comments on commit 9d2ba22

Please sign in to comment.