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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2015-04-23.17:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429809306.13.0.688926510411.issue24009@psf.upfronthosting.co.za>
In-reply-to
Content
In textio.c, the decoder always should return bytes, not arbitrary read-only buffer (this is required in other parts of the code). So "y#" can be replaced with "O" with PyBytes_GET_SIZE.
History
Date User Action Args
2015-04-23 17:15:06serhiy.storchakasetrecipients: + serhiy.storchaka
2015-04-23 17:15:06serhiy.storchakasetmessageid: <1429809306.13.0.688926510411.issue24009@psf.upfronthosting.co.za>
2015-04-23 17:15:06serhiy.storchakalinkissue24009 messages
2015-04-23 17:15:05serhiy.storchakacreate