-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-139374: colorize timeit error traceback
#139375
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
gh-139374: colorize timeit error traceback
#139375
Conversation
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Misc/NEWS.d/next/Library/2025-09-27-08-26-31.gh-issue-139374.hfh-dl.rst
Outdated
Show resolved
Hide resolved
timeit error traceback
…fh-dl.rst Co-authored-by: Stan Ulbrych <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
|
Is this worth writing into what's new in 3.15? Maybe we can do it later |
Yes. And we should add it in this PR not in a separate one. |
Misc/NEWS.d/next/Library/2025-09-27-08-26-31.gh-issue-139374.hfh-dl.rst
Outdated
Show resolved
Hide resolved
…fh-dl.rst Co-authored-by: Peter Bierma <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
will try to learn how to add it... |
|
You can look at existing entries for inspiration, e.g.:
In this case, under "timeit", something along the lines of:
|
Thank you very much! |
Signed-off-by: yihong0618 <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
picnixz
left a comment
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.
Sorry for my back-and-forth suggestions but it's to ease future maintenance.
I enjoyed learning, thank you very much for the hint. really, changing now |
Co-authored-by: Bénédikt Tran <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
picnixz
left a comment
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.
Now this is good. Thanks for the patch!
StanFromIreland
left a comment
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
|
after this patch

timeiterror traceback #139374