`re.compile(..., re.DEBUG)` now displays the compiled bytecode in human readable form.
|
@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @niemeyer, @bitdancer and @rhettinger to be potential reviewers. |
| Library | ||
| ------- | ||
|
|
||
| - bpo-30299: Compiling regular expression in debug mode now displays the |
There was a problem hiding this comment.
Suggestion: add 'on cpython' after 'in debug mode'
re.compile(..., re.DEBUG)now displays the compiled bytecode inhuman readable form.