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 loewis
Recipients elixir, loewis, pitrou, vstinner
Date 2013-11-07.17:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383846645.65.0.491489019806.issue19515@psf.upfronthosting.co.za>
In-reply-to
Content
Well, that was one of the motivations of introducing this Py_IDENTIFIER machinery: to be able to cleanup at the end (unlike the static variables that were used before, which couldn't be cleaned up).
History
Date User Action Args
2013-11-07 17:50:45loewissetrecipients: + loewis, pitrou, vstinner, elixir
2013-11-07 17:50:45loewissetmessageid: <1383846645.65.0.491489019806.issue19515@psf.upfronthosting.co.za>
2013-11-07 17:50:45loewislinkissue19515 messages
2013-11-07 17:50:45loewiscreate