8000 bpo-22352: Adjust widths in the output of dis.dis() for large line… by serhiy-storchaka · Pull Request #1153 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-22352: Adjust widths in the output of dis.dis() for large line… #1153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into dis-adjust-width
  • Loading branch information
serhiy-storchaka authored Apr 19, 2017
commit c1a3c15a08eb98843b758d15debbadc0cca7a740
5 changes: 5 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ Library
- bpo-22352: Column widths in the output of dis.dis() are now adjusted for
large line numbers and instruction offsets.

- bpo-30061: Fixed crashes in IOBase methods __next__() and readlines() when
readline() or __next__() respectively return non-sizeable object.
Fixed possible other errors caused by not checking results of PyObject_Size(),
PySequence_Size(), or PyMapping_Size().

- bpo-10076: Compiled regular expression and match objects in the re module
now support copy.copy() and copy.deepcopy() (they are considered atomic).

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0