Skip to content

gh-123165: make dis functions render positions on demand - #123168

Merged
iritkatriel merged 30 commits into
python:mainfrom
picnixz:dis-show-positions-123165
Aug 21, 2024
Merged

gh-123165: make dis functions render positions on demand#123168
iritkatriel merged 30 commits into
python:mainfrom
picnixz:dis-show-positions-123165

Conversation

@picnixz

@picnixzpicnixz commented Aug 20, 2024

Copy link
Copy Markdown
Member

@picnixz
picnixzforce-pushed the dis-show-positions-123165 branch from be826a5 to a934b4eCompareAugust 20, 2024 11:36
@picnixz
picnixzforce-pushed the dis-show-positions-123165 branch from a934b4e to a8eab11CompareAugust 20, 2024 11:36
@picnixz
picnixz marked this pull request as ready for review August 20, 2024 12:38

@iritkatrieliritkatriel left a comment

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.

Looks good. A few comments.

Comment threadDoc/library/dis.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/test/test_dis.py Outdated
Comment threadLib/dis.py Outdated
@picnixzpicnixz changed the title gh-123165: add the show_positions formal parameter to dis functionsgh-123165: make dis functions render positions on demandAug 21, 2024

@iritkatrieliritkatriel left a comment

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.

Cool. A few more comments, nothing major.

Comment threadDoc/library/dis.rst Outdated
Comment threadDoc/library/dis.rst Outdated
Comment threadDoc/library/dis.rst
Comment threadDoc/library/dis.rst Outdated
Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
@picnixz
picnixzforce-pushed the dis-show-positions-123165 branch from 112fe26 to ca3cf87CompareAugust 21, 2024 10:02

@iritkatrieliritkatriel left a comment

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.

Getting there. Some doc tweaks and a question.

Comment threadDoc/whatsnew/3.14.rst Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
Comment threadLib/dis.py Outdated
@picnixz

Copy link
Copy Markdown
MemberAuthor

I marked your comments as resolved but I hoped I didn't miss any. By the way, thank you very much for your help @iritkatriel!

@iritkatriel

Copy link
Copy Markdown
Member

LGTM. @markshannon is this what you had in mind?

@markshannon

Copy link
Copy Markdown
Member

Yes

@iritkatriel
iritkatriel merged commit b1d3bd2 into python:mainAug 21, 2024
@iritkatriel

Copy link
Copy Markdown
Member

Thank you @picnixz !

@picnixz
picnixz deleted the dis-show-positions-123165 branch August 21, 2024 13:50
@picnixz

Copy link
Copy Markdown
MemberAuthor

Thank you for your review as well, Irit!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@picnixz@iritkatriel@markshannon