- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message411974
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 | kumaraditya |
|---|---|
| Recipients | christian.heimes, eric.snow, gvanrossum, kumaraditya, vstinner |
| Date | 2022-01-28.05:05:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1643346336.76.0.614745034296.issue46449@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I created a PR https://github.com/python/cpython/pull/30976 which adjusts _Py_RefTotal and refcnt of immortal codeobjects to account for Py_INCREF/Py_DECREF on codeobjects. With that patch refcnt is 8 and increases by 8 with each initialization of Python. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-28 05:05:36 | kumaraditya | set | recipients: + kumaraditya, gvanrossum, vstinner, christian.heimes, eric.snow |
| 2022-01-28 05:05:36 | kumaraditya | set | messageid: <1643346336.76.0.614745034296.issue46449@roundup.psfhosted.org> |
| 2022-01-28 05:05:36 | kumaraditya | link | issue46449 messages |
| 2022-01-28 05:05:36 | kumaraditya | create | |

