- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message411304
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 | corona10, erlendaasland, kumaraditya, miss-islington, petr.viktorin, phsilva, shihai1991, vstinner |
| Date | 2022-01-22.23:33:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642894429.18.0.414555460466.issue46417@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The _PyStaticType_Dealloc() function cannot call PyObject_ClearWeakRefs() if the refcount is not zero. I am not sure if it's a real issue or not. Maybe the weakref list must be cleared (release memory), but callbacks must not be called? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-22 23:33:49 | vstinner | set | recipients: + vstinner, phsilva, petr.viktorin, corona10, miss-islington, shihai1991, erlendaasland, kumaraditya |
| 2022-01-22 23:33:49 | vstinner | set | messageid: <1642894429.18.0.414555460466.issue46417@roundup.psfhosted.org> |
| 2022-01-22 23:33:49 | vstinner | link | issue46417 messages |
| 2022-01-22 23:33:49 | vstinner | create | |

