Commit 929101da authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 460f6801
...@@ -14,6 +14,10 @@ Features added ...@@ -14,6 +14,10 @@ Features added
* Calls to Python functions are faster, following the recent "FastCall" * Calls to Python functions are faster, following the recent "FastCall"
optimisations that Victor Stinner implemented for CPython 3.6. optimisations that Victor Stinner implemented for CPython 3.6.
See https://bugs.python.org/issue27128 and related issues.
* The new METH_FASTCALL calling convention for PyCFunctions is supported
in CPython 3.6. See https://bugs.python.org/issue27810
* Initial support for using Cython modules in Pyston. Patch by Daetalus. * Initial support for using Cython modules in Pyston. Patch by Daetalus.
......
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