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 sbt
Recipients sbt
Date 2012-05-27.21:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338152760.41.0.3704127468.issue14930@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch makes memoryview objects weakrefable.

The reason I would like them to be weakrefable is so that I can manage the finalization and pickling of memoryview objects which wrap shared mmap segments.

(It would be even better if memoryview were subclassable, but I don't know if naively changing tp_flags would be enough.)
History
Date User Action Args
2012-05-27 21:06:00sbtsetrecipients: + sbt
2012-05-27 21:06:00sbtsetmessageid: <1338152760.41.0.3704127468.issue14930@psf.upfronthosting.co.za>
2012-05-27 21:05:59sbtlinkissue14930 messages
2012-05-27 21:05:59sbtcreate