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 rushter
Recipients rushter
Date 2018-08-12.09:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534066573.72.0.56676864532.issue34386@psf.upfronthosting.co.za>
In-reply-to
Content
Python provides an ability to intern strings (sys.intern). It would be useful to expose a read-only dictionary of interned strings to the Python users so we can see what kind of strings are interned. 

It takes minimal changes since internally it's just a dictionary. Is this worth adding to the sys module?
History
Date User Action Args
2018-08-12 09:36:13rushtersetrecipients: + rushter
2018-08-12 09:36:13rushtersetmessageid: <1534066573.72.0.56676864532.issue34386@psf.upfronthosting.co.za>
2018-08-12 09:36:13rushterlinkissue34386 messages
2018-08-12 09:36:13rushtercreate