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 pitrou
Date 2014-07-31.17:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406829091.92.0.589773315049.issue22116@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, it is not possible to take a weakref to a PyCFunction object. However, those objects already have full GC support, so it wouldn't be silly to add weakref support to them.

(this came in the context of numba, which generates such C functions on-the-fly)
History
Date User Action Args
2014-07-31 17:51:31pitrousetrecipients: + pitrou
2014-07-31 17:51:31pitrousetmessageid: <1406829091.92.0.589773315049.issue22116@psf.upfronthosting.co.za>
2014-07-31 17:51:31pitroulinkissue22116 messages
2014-07-31 17:51:31pitroucreate