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.18:32:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642876359.3.0.443711217806.issue46417@roundup.psfhosted.org>
In-reply-to
Content
Kumar Aditya: "The following patch further reduces the reference but not sure if it is correct (...)"

Right! PyContext and PyHamt types were on my TODO list ;-) They are now cleared since this change:

bpo-46417: Clear more static types (GH-30796)
https://github.com/python/cpython/commit/500c146387b01ea797b52e6a54caf228384e184c

It's similar to your change, but more complete :-)
History
Date User Action Args
2022-01-22 18:32:39vstinnersetrecipients: + vstinner, phsilva, petr.viktorin, corona10, miss-islington, shihai1991, erlendaasland, kumaraditya
2022-01-22 18:32:39vstinnersetmessageid: <1642876359.3.0.443711217806.issue46417@roundup.psfhosted.org>
2022-01-22 18:32:39vstinnerlinkissue46417 messages
2022-01-22 18:32:39vstinnercreate