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, pv
Date 2009-12-04.14:39:26
SpamBayes Score 0.00015154532
Marked as misclassified No
Message-id <1259937595.3383.21.camel@localhost>
In-reply-to <1259936691.96.0.0163827438802.issue7433@psf.upfronthosting.co.za>
Content
> To work around this, *_releasebuf must be written so that it does not
> use the "view" pointer passed to it -- the data structure may have been
> shallow copied and any memory pointers in it may have already been freed.
> 
> I can try to cook up a patch fixing this.

If you can do it without breaking the current unit tests
(Lib/test/test_memoryview.py) this would be nice indeed.
History
Date User Action Args
2009-12-04 14:39:27pitrousetrecipients: + pitrou, pv
2009-12-04 14:39:26pitroulinkissue7433 messages
2009-12-04 14:39:26pitroucreate