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, vstinner
Date 2018-12-01.17:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543684676.55.0.788709270274.issue35372@psf.upfronthosting.co.za>
In-reply-to
Content
>>> b = b'a'*(2**31-2)+b'\xff'*2
>>> x, y = codecs.code_page_decode(932, b, 'replace', True)
>>> len(x)
2
>>> x, y
('aa', 2147483648)
History
Date User Action Args
2018-12-01 17:17:56serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2018-12-01 17:17:56serhiy.storchakasetmessageid: <1543684676.55.0.788709270274.issue35372@psf.upfronthosting.co.za>
2018-12-01 17:17:56serhiy.storchakalinkissue35372 messages
2018-12-01 17:17:56serhiy.storchakacreate