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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, jsafrane, pitrou
Date 2013-05-07.14:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367938371.16.0.760712720468.issue17922@psf.upfronthosting.co.za>
In-reply-to
Content
swigpyobject_type is a static PyTypeObject variable (similar to all static PyTypeObject structures we write in extension modules, but inside a function)

It should never be deallocated... There may be a refcount issue with this object.
History
Date User Action Args
2013-05-07 14:52:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, benjamin.peterson, jsafrane
2013-05-07 14:52:51amaury.forgeotdarcsetmessageid: <1367938371.16.0.760712720468.issue17922@psf.upfronthosting.co.za>
2013-05-07 14:52:51amaury.forgeotdarclinkissue17922 messages
2013-05-07 14:52:51amaury.forgeotdarccreate