- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message380105
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 | eric.snow, shihai1991, vstinner |
| Date | 2020-10-31.23:05:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1604185540.3.0.29433273995.issue40533@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> For example, PyModule_Type is declared statically and so shared by all interpreters and so PyModule_Type.tp_mro tuple is accessed in parallel by multiple interpreters. Another example of this issue are parallel Py_INCREF/Py_DECREF calls on the tp_bases member of a type. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-31 23:05:40 | vstinner | set | recipients: + vstinner, eric.snow, shihai1991 |
| 2020-10-31 23:05:40 | vstinner | set | messageid: <1604185540.3.0.29433273995.issue40533@roundup.psfhosted.org> |
| 2020-10-31 23:05:40 | vstinner | link | issue40533 messages |
| 2020-10-31 23:05:40 | vstinner | create | |

