Message 411276 - Python tracker

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.

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 :-)