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 David Hewitt, ZackerySpytz, alex, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-12-16.21:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608155018.06.0.765568242072.issue42415@roundup.psfhosted.org>
In-reply-to
Content
Thanks David Hewitt for the bug report, and Zackery Spytz for your fix!

3.9 fix:

commit 166286849048eccadecf02b242dbc4042b780944
Author: Victor Stinner <vstinner@python.org>
Date:   Wed Dec 16 22:41:47 2020 +0100

    Add symbols of the stable ABI to python3dll.c (GH-23598) (GH-23801)
    
    Add the following symbols to python3dll.c:
    
    * PyFrame_GetCode (bpo-40421)
    * PyFrame_GetLineNumber (bpo-40421)
    * PyObject_CallNoArgs (bpo-37194)
    * PyThreadState_GetFrame (bpo-39947)
    * PyThreadState_GetID (bpo-39947)
    * PyThreadState_GetInterpreter (bpo-39947)
    
    (cherry picked from commit fcc6935384b933fbe1a1ef659ed455a3b74c849a)
History
Date User Action Args
2020-12-16 21:43:38vstinnersetrecipients: + vstinner, paul.moore, tim.golden, alex, zach.ware, steve.dower, ZackerySpytz, David Hewitt
2020-12-16 21:43:38vstinnersetmessageid: <1608155018.06.0.765568242072.issue42415@roundup.psfhosted.org>
2020-12-16 21:43:38vstinnerlinkissue42415 messages
2020-12-16 21:43:37vstinnercreate