- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message416868
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, iritkatriel, vstinner |
| Date | 2022-04-06.13:20:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1649251211.75.0.233217751272.issue39947@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I would be nice to make the PyThreadState opaque in Python 3.12. IMO it's too late for Python 3.11. Hopefully, Cython should be prepared for such change. At the beginning, maybe Cython can just use the internal C API, as it does to access the internal PyFrameObject structure. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-06 13:20:11 | vstinner | set | recipients: + vstinner, fabioz, Mark.Shannon, eric.snow, iritkatriel |
| 2022-04-06 13:20:11 | vstinner | set | messageid: <1649251211.75.0.233217751272.issue39947@roundup.psfhosted.org> |
| 2022-04-06 13:20:11 | vstinner | link | issue39947 messages |
| 2022-04-06 13:20:11 | vstinner | create | |

