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 belopolsky
Recipients belopolsky, docs@python, ncoghlan, pitrou, skrah
Date 2012-08-30.15:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346339247.22.0.987714414225.issue15821@psf.upfronthosting.co.za>
In-reply-to
Content
> Your test case seems to pass here. :) Was it supposed to crash?

No, I worked real hard to make it pass. :-)  I think it would crash 2.7 and 3.2, but I have not tried.  I also suspect it leaks memory.

Do you think this is something that we should include in the test suit.  If so, I will probably open a separate issue and transform test_indirect.py into a patch for test_buffer.
History
Date User Action Args
2012-08-30 15:07:27belopolskysetrecipients: + belopolsky, ncoghlan, pitrou, skrah, docs@python
2012-08-30 15:07:27belopolskysetmessageid: <1346339247.22.0.987714414225.issue15821@psf.upfronthosting.co.za>
2012-08-30 15:07:26belopolskylinkissue15821 messages
2012-08-30 15:07:25belopolskycreate