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 eric.snow, lukasz.langa, nanjekyejoannah, ncoghlan, ned.deily, tcaswell, vstinner, wenzel
Date 2019-10-04.11:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570189202.58.0.868453646459.issue38266@roundup.psfhosted.org>
In-reply-to
Content
> Since this sounds like a regression being introduced by 3.8.0, should the reversion be included in 3.8.0 final or can it wait for 3.8.1?

Oh, in fact, the change was only made in the master branch: after the 3.8 branch was created. The 3.8 branch still contains PyThreadState_DeleteCurrent() ;-) There is no regression in 3.8, only in master, and the regression in master has been fixed.
History
Date User Action Args
2019-10-04 11:40:02vstinnersetrecipients: + vstinner, ncoghlan, ned.deily, lukasz.langa, eric.snow, tcaswell, wenzel, nanjekyejoannah
2019-10-04 11:40:02vstinnersetmessageid: <1570189202.58.0.868453646459.issue38266@roundup.psfhosted.org>
2019-10-04 11:40:02vstinnerlinkissue38266 messages
2019-10-04 11:40:02vstinnercreate