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 ned.deily
Recipients amaury.forgeotdarc, ethan.furman, ezio.melotti, lemburg, ncoghlan, ned.deily, python-dev, serhiy.storchaka, steven.daprano, vstinner
Date 2014-11-26.20:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417032532.08.0.866688386798.issue19676@psf.upfronthosting.co.za>
In-reply-to
Content
../../source/Python/codecs.c:1022:16: error: use of undeclared identifier 'out'; did you
      mean 'outp'?
        assert(out == start + ressize);
               ^~~
               outp
History
Date User Action Args
2014-11-26 20:08:52ned.deilysetrecipients: + ned.deily, lemburg, amaury.forgeotdarc, ncoghlan, vstinner, ezio.melotti, steven.daprano, ethan.furman, python-dev, serhiy.storchaka
2014-11-26 20:08:52ned.deilysetmessageid: <1417032532.08.0.866688386798.issue19676@psf.upfronthosting.co.za>
2014-11-26 20:08:52ned.deilylinkissue19676 messages
2014-11-26 20:08:52ned.deilycreate