Commit d27ad5af authored by Jason Madden's avatar Jason Madden

Clarify the speedups for greenlet spawning were a result of #1379. [skip ci]

parent 45415188
...@@ -89,7 +89,7 @@ Bug fixes ...@@ -89,7 +89,7 @@ Bug fixes
now no longer will. now no longer will.
- Fix: The ``spawning_stack`` for Greenlets on CPython should now have - Fix: The ``spawning_stack`` for Greenlets on CPython should now have
correct line numbers in more cases. correct line numbers in more cases. See :pr:`1379`.
Enhancements Enhancements
------------ ------------
...@@ -113,7 +113,7 @@ Enhancements ...@@ -113,7 +113,7 @@ Enhancements
- Win: Make ``examples/process.py`` do something useful. See - Win: Make ``examples/process.py`` do something useful. See
:pr:`1378` by Robert Iannucci. :pr:`1378` by Robert Iannucci.
- Spawning greenlets can be up to 10% faster. - Spawning greenlets can be up to 10% faster. See :pr:`1379`.
1.4.0 (2019-01-04) 1.4.0 (2019-01-04)
......
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