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 elixir, loewis, pitrou, vstinner
Date 2013-11-07.17:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYSRZ2XAU7PW3Jj66pPVYR=zzybZ_mjumWLZqnPuPSKCg@mail.gmail.com>
In-reply-to <1383845318.46.0.550072156296.issue19515@psf.upfronthosting.co.za>
Content
> Victor: There already *is* a cleanup function that clears all allocated identifier memory at interpreter shutdown. Please read the source.

Oh, great! I never noticed _PyUnicode_ClearStaticStrings().

Call trace: Py_Finalize() -> _PyUnicode_ClearStaticStrings() ->
_PyUnicode_Fini().
History
Date User Action Args
2013-11-07 17:33:17vstinnersetrecipients: + vstinner, loewis, pitrou, elixir
2013-11-07 17:33:17vstinnerlinkissue19515 messages
2013-11-07 17:33:17vstinnercreate