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 gregory.p.smith
Recipients gregory.p.smith, josh.r, maciej.szulik, nnorwitz, rhettinger, vstinner
Date 2016-02-11.00:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455151933.75.0.719379689329.issue26314@psf.upfronthosting.co.za>
In-reply-to
Content
Because it was only called from within an "#ifdef __INSURE__" which we weren't using.  I called it an "example" patch for a reason.  Updating that function to deal with the set instead of dict seems wise.

Ironically... a few days after we did this we may have just found reason to put _Py_ReleaseInternedStrings() back and use it when compiled using clang sanitizers.  (untested)
History
Date User Action Args
2016-02-11 00:52:13gregory.p.smithsetrecipients: + gregory.p.smith, nnorwitz, rhettinger, vstinner, maciej.szulik, josh.r
2016-02-11 00:52:13gregory.p.smithsetmessageid: <1455151933.75.0.719379689329.issue26314@psf.upfronthosting.co.za>
2016-02-11 00:52:13gregory.p.smithlinkissue26314 messages
2016-02-11 00:52:13gregory.p.smithcreate