Matti Picus pushed to branch branch/py3.7 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.

- - - - -
87d4d274 by Matti Picus at 2021-04-19T17:49:46-04:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


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/-/compare/ed292d5cb6a12197252111adb02f5edef2646519...87d4d2746b569ffc1e82cfa0d8b10711329dc266

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/ed292d5cb6a12197252111adb02f5edef2646519...87d4d2746b569ffc1e82cfa0d8b10711329dc266
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