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 asvetlov, docs@python, exarkun, pitrou, scoder
Date 2012-10-11.13:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349961732.79.0.199601398549.issue16195@psf.upfronthosting.co.za>
In-reply-to
Content
I think Cython is wrong here. The only thing to do is to call PyObject_ClearWeakRefs() in the deallocator. Everything else is handled by the interpreter.

Agreed improving the documentation would be good.
History
Date User Action Args
2012-10-11 13:22:12pitrousetrecipients: + pitrou, exarkun, scoder, asvetlov, docs@python
2012-10-11 13:22:12pitrousetmessageid: <1349961732.79.0.199601398549.issue16195@psf.upfronthosting.co.za>
2012-10-11 13:22:12pitroulinkissue16195 messages
2012-10-11 13:22:12pitroucreate