Skip to content

gh-127637: add tests for dis command-line interface - #127759

Merged
iritkatriel merged 5 commits into
python:mainfrom
picnixz:test/dis/127637
Dec 9, 2024
Merged

gh-127637: add tests for dis command-line interface#127759
iritkatriel merged 5 commits into
python:mainfrom
picnixz:test/dis/127637

Conversation

@picnixz

@picnixzpicnixz commented Dec 9, 2024

Copy link
Copy Markdown
Member

We can decide to backport it or not.

Comment threadLib/test/test_dis.py Outdated
Comment threadLib/test/test_dis.py Outdated
Comment threadLib/test/test_dis.py Outdated
Comment threadLib/test/test_dis.py Outdated
Comment threadLib/test/test_dis.py Outdated
Comment threadLib/test/test_dis.py
Comment threadLib/test/test_dis.py
@iritkatriel

Copy link
Copy Markdown
Member

We can decide to backport it or not.

We can backport, but I think it would need manual intervention to remove the new option you added last week.

@iritkatrieliritkatriel added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Dec 9, 2024
@picnixz

Copy link
Copy Markdown
MemberAuthor

We can backport, but I think it would need manual intervention to remove the new option you added last week.

Yes. But I wondered whether you wanted a NEWS entry as well in the backports (I didn't think of it before...)

@picnixz

Copy link
Copy Markdown
MemberAuthor

Since I would anyway need a manual backport (otherwise, the tests will fail and it will be harder to edit the PR), I'll remove the backports labels and will make them myself afterwards.

@picnixzpicnixz removed needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Dec 9, 2024
@iritkatriel

Copy link
Copy Markdown
Member

We can backport, but I think it would need manual intervention to remove the new option you added last week.

Yes. But I wondered whether you wanted a NEWS entry as well in the backports (I didn't think of it before...)

The new entry doesn't need to change right?

We don't need this in what's new in.. because it's not user facing.

@iritkatriel
iritkatriel merged commit e85f2f1 into python:mainDec 9, 2024
@iritkatrieliritkatriel added tests Tests in the Lib/test dir awaiting merge labels Dec 9, 2024
@picnixz
picnixz deleted the test/dis/127637 branch December 9, 2024 18:05
@picnixz

Copy link
Copy Markdown
MemberAuthor

I'll do the backports tomorrow.

picnixz added a commit to picnixz/cpython that referenced this pull request Dec 10, 2024
@bedevere-app

Copy link
Copy Markdown

GH-127780 is a backport of this pull request to the 3.12 branch.

picnixz added a commit to picnixz/cpython that referenced this pull request Dec 10, 2024
@bedevere-app

Copy link
Copy Markdown

GH-127781 is a backport of this pull request to the 3.13 branch.

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

Labels

awaiting mergetestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz@iritkatriel