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 alanmcintyre, eric.araujo, mark.dickinson, meador.inge, pleed, serhiy.storchaka, terry.reedy
Date 2012-03-17.00:13:47
SpamBayes Score 0.00049125374
Marked as misclassified No
Message-id <1331943232.36.0.111076963788.issue14315@psf.upfronthosting.co.za>
In-reply-to
Content
This is print from *other* _decodeExtra call. Add print('start') at start of _decodeExtra and you will see it.

start
b'\xfe\xca\x00\x00'
51966 0
b''
start
start
b'\x00'
History
Date User Action Args
2012-03-17 00:13:52serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, mark.dickinson, alanmcintyre, eric.araujo, meador.inge, pleed
2012-03-17 00:13:52serhiy.storchakasetmessageid: <1331943232.36.0.111076963788.issue14315@psf.upfronthosting.co.za>
2012-03-17 00:13:47serhiy.storchakalinkissue14315 messages
2012-03-17 00:13:47serhiy.storchakacreate