Serhiy Storchaka added the comment:

__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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to