Serhiy Storchaka added the comment:

Regex bytecode is implementation detail. It was 16-bit in narrow builds, but 
was changed to at least 32-bit in bugfix releases. It can be changed to 64-bit 
or to pack an argument with an opcode in one word. The implementation can not 
use the bytecode at all, but use the tree instead.

----------

_______________________________________
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