- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message383211
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:38 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, alex, zach.ware, steve.dower, ZackerySpytz, David Hewitt |
| 2020-12-16 21:43:38 | vstinner | set | messageid: <1608155018.06.0.765568242072.issue42415@roundup.psfhosted.org> |
| 2020-12-16 21:43:38 | vstinner | link | issue42415 messages |
| 2020-12-16 21:43:37 | vstinner | create | |

