This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, larry, ned.deily, neologix, pitrou, python-dev, sebastien.renard, serhiy.storchaka, vstinner
Date 2020-03-24.16:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585068965.37.0.494102056516.issue20526@roundup.psfhosted.org>
In-reply-to
Content
New changeset d1c09896c3b91d0ad7e3a14fabecde268f70dac7 by Victor Stinner in branch '3.7':
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137)
https://github.com/python/cpython/commit/d1c09896c3b91d0ad7e3a14fabecde268f70dac7
History
Date User Action Args
2020-03-24 16:56:05vstinnersetrecipients: + vstinner, pitrou, larry, ned.deily, Arfrever, neologix, python-dev, serhiy.storchaka, sebastien.renard
2020-03-24 16:56:05vstinnersetmessageid: <1585068965.37.0.494102056516.issue20526@roundup.psfhosted.org>
2020-03-24 16:56:05vstinnerlinkissue20526 messages
2020-03-24 16:56:05vstinnercreate