-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-92546: Fix _perfcheck in pprint.py #94575
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
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
I tried to do the same fix in gh-92560. Currently it stuck on determination whether developer-only tools should be tested, so I'm porting this function to python/pyperformance ( |
@arhadthedev should I close this? |
@kj7rrv I would wait until a triager or a core developer walks by. Maybe your PR will be accepted so I'll close mine. |
@arhadthedev Oh, okay. I'll leave it. |
How long do the tests generally take? |
The port is done: python/pyperformance#222. You can track it to close your PR after/if it's merged. |
So I should change this PR to remove _perfcheck instead of fixing the bug? @arhadthedev |
Superseded by gh-94613 |
Closes #92546