Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-136549: Fix signature of threading.excepthook()#136559
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-136549: Fix signature of threading.excepthook()#136559
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Is there any reason this wasn't caught by regrtest? |
Regrtest sets different |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Ok, thanks. The core change looks good to me. Could we add a simple test for this? Something likeinspect.signature(threading.__excepthook__)
should work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
be2c3d2
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
GH-136589 is a backport of this pull request to the3.14 branch. |
GH-136590 is a backport of this pull request to the3.13 branch. |
…GH-136590)(cherry picked from commitbe2c3d2)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…GH-136589)(cherry picked from commitbe2c3d2)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
test_inspect
locally #136549