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 pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, dabeaz, jsafrane, pitrou
Date 2013-05-07.16:06:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <37504889.22998280.1367942763564.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <51891FE4.9040104@redhat.com>
Content
> Why python remembers SWIG types after Py_Finalize() in the first
> place?
> I want to destroy it and start with fresh instance.

Because a significant amount of static data inside CPython actually
survives Py_Finalize :-/
History
Date User Action Args
2013-05-07 16:06:10pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson, dabeaz, jsafrane
2013-05-07 16:06:10pitroulinkissue17922 messages
2013-05-07 16:06:09pitroucreate