[issue26336] Expose regex bytecode as attribute of compiled pattern object

Jelle Zijlstra report at bugs.python.org
Sat Jun 4 20:46:11 EDT 2016


Jelle Zijlstra added the comment:

This patch exposes the bytecode as a __code__ attribute on pattern objects as a Unicode string (consistent with the internal representation as Py_UCS4 instances).

----------
keywords: +patch
nosy: +Jelle Zijlstra
Added file: http://bugs.python.org/file43218/issue26336.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26336>
_______________________________________


More information about the Python-bugs-list mailing list