Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy


Commits:
2e272b94 by Armin Rigo at 2021-04-19T19:23:37+02:00
Issue #3441

Greenlets: delay the thread-checking logic introduced in 43a5a267de9d
until we really start the greenlet.  Don't capture the thread that is
current when we instantiate the greenlet, because gevent reparents
such greenlets before they start.

--HG--
branch : release-pypy2.7-v7.x

- - - - -


2 changed files:

- lib_pypy/greenlet.py
- pypy/module/test_lib_pypy/test_greenlet_thread.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2e272b94883ed46d81d70f395e3b5c398cdf9747

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2e272b94883ed46d81d70f395e3b5c398cdf9747
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to