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.14:17:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608128237.68.0.876194791235.issue42415@roundup.psfhosted.org>
In-reply-to
Content
commit fcc6935384b933fbe1a1ef659ed455a3b74c849a
Author: Victor Stinner <vstinner@python.org>
Date:   Wed Dec 16 15:08:23 2020 +0100

    Add symbols of the stable ABI to python3dll.c (GH-23598)
    
    Add the following symbols to python3dll.c:
    
    * PyFrame_GetCode (bpo-40421)
    * PyFrame_GetLineNumber (bpo-40421)
    * PyModule_AddObjectRef (bpo-1635741)
    * PyObject_CallNoArgs (bpo-37194)
    * PyThreadState_GetFrame (bpo-39947)
    * PyThreadState_GetID (bpo-39947)
    * PyThreadState_GetInterpreter (bpo-39947)

I backported the change manually to 3.9: PR 23801.
History
Date User Action Args
2020-12-16 14:17:17vstinnersetrecipients: + vstinner, paul.moore, tim.golden, alex, zach.ware, steve.dower, ZackerySpytz, David Hewitt
2020-12-16 14:17:17vstinnersetmessageid: <1608128237.68.0.876194791235.issue42415@roundup.psfhosted.org>
2020-12-16 14:17:17vstinnerlinkissue42415 messages
2020-12-16 14:17:17vstinnercreate