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 Mark.Shannon, eric.snow, fabioz, vstinner
Date 2020-12-05.01:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607132091.52.0.848821541195.issue39947@roundup.psfhosted.org>
In-reply-to
Content
> bpo-35949 lists Py_ALLOW_RECURSION and Py_END_ALLOW_RECURSION which access PyThreadState.recursion_critical member directly.

Oh, problem solved by:

commit dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e
Author: Serhiy Storchaka <storchaka@gmail.com>
Date:   Mon Oct 5 12:32:00 2020 +0300

    bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
History
Date User Action Args
2020-12-05 01:34:51vstinnersetrecipients: + vstinner, fabioz, Mark.Shannon, eric.snow
2020-12-05 01:34:51vstinnersetmessageid: <1607132091.52.0.848821541195.issue39947@roundup.psfhosted.org>
2020-12-05 01:34:51vstinnerlinkissue39947 messages
2020-12-05 01:34:51vstinnercreate