Skip to content

bpo-30299: Display a bytecode when compile a regex in debug mode.#1491

Merged
serhiy-storchaka merged 4 commits into
python:masterfrom
serhiy-storchaka:re-dis
May 14, 2017
Merged

bpo-30299: Display a bytecode when compile a regex in debug mode.#1491
serhiy-storchaka merged 4 commits into
python:masterfrom
serhiy-storchaka:re-dis

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

re.compile(..., re.DEBUG) now displays the compiled bytecode in
human readable form.

`re.compile(..., re.DEBUG)` now displays the compiled bytecode in
human readable form.
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label May 7, 2017
@mention-bot

Copy link
Copy Markdown

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

Comment thread Misc/NEWS Outdated
Library
-------

- bpo-30299: Compiling regular expression in debug mode now displays the

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: add 'on cpython' after 'in debug mode'

@serhiy-storchaka
serhiy-storchaka merged commit 4ab6abf into python:master May 14, 2017
@serhiy-storchaka
serhiy-storchaka deleted the re-dis branch May 14, 2017 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants