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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, pitrou
Date 2013-04-08.23:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365465332.23.0.700317324795.issue17671@psf.upfronthosting.co.za>
In-reply-to
Content
This segfaults on all Python versions:
  io.BufferedRWPair.__new__(io.BufferedRWPair).read()

The various "_forward_call" methods should check that the reader and writer objects are correctly initialized. Not NULL, at the very least.
History
Date User Action Args
2013-04-08 23:55:32amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou
2013-04-08 23:55:32amaury.forgeotdarcsetmessageid: <1365465332.23.0.700317324795.issue17671@psf.upfronthosting.co.za>
2013-04-08 23:55:32amaury.forgeotdarclinkissue17671 messages
2013-04-08 23:55:32amaury.forgeotdarccreate