Commit bcb10433 authored by Stefan Behnel's avatar Stefan Behnel

changelog (PyLong optimisations are actually not used in Py2.7 anymore as it...

changelog (PyLong optimisations are actually not used in Py2.7 anymore as it has the simpler 'int' type)
parent 6002b1e0
......@@ -15,8 +15,6 @@ Features added
* Tracing is supported in ``nogil`` functions/sections and module init code.
* Optimisations for PyLong are enabled in Py2.7 (not only Py3.x).
* Adding/subtracting/dividing and equality comparisons with constant Python
floats and small integers are faster.
......
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