- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message411063
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, petr.viktorin, phsilva, shihai1991, vstinner |
| Date | 2022-01-21.00:38:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642725538.32.0.0834945717591.issue46417@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Another measure using the command:
PYTHONHASHSEED=0 ./python -X showrefcount -c pass
I had to run the command 20 times to get a stable value, I don't know why.
main branch: [21981 refs, 5716 blocks]
PR: [21887 refs, 5667 blocks]
=> the PR removes 94 references and 49 memory blocks. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-21 00:38:58 | vstinner | set | recipients: + vstinner, phsilva, petr.viktorin, corona10, shihai1991, erlendaasland |
| 2022-01-21 00:38:58 | vstinner | set | messageid: <1642725538.32.0.0834945717591.issue46417@roundup.psfhosted.org> |
| 2022-01-21 00:38:58 | vstinner | link | issue46417 messages |
| 2022-01-21 00:38:58 | vstinner | create | |

