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 JelleZijlstra, ezio.melotti, jcgoble3, mrabarnett, pitrou, serhiy.storchaka
Date 2016-06-05.05:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465103052.43.0.279853149354.issue26336@psf.upfronthosting.co.za>
In-reply-to
Content
__code__ is associated with Python bytecode. Regex bytecode can't be represented as a Unicode string since it is a sequence of 32-bit integers that can be out of the ord(sys.maxunicode) limit.
History
Date User Action Args
2016-06-05 05:04:12serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett, JelleZijlstra, jcgoble3
2016-06-05 05:04:12serhiy.storchakasetmessageid: <1465103052.43.0.279853149354.issue26336@psf.upfronthosting.co.za>
2016-06-05 05:04:12serhiy.storchakalinkissue26336 messages
2016-06-05 05:04:12serhiy.storchakacreate