Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
cdeca78c 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.

- - - - -


2 changed files:

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


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/cdeca78c2cfe11880a69089450dfeb4504011a65

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/cdeca78c2cfe11880a69089450dfeb4504011a65
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