Uh oh!
There was an error while loading. Please reload this page.
gh-92546: Fix _perfcheck in pprint.py - #94575
Conversation
bedevere-bot
commented
Jul 5, 2022
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 ( |
kj7rrv
commented
Jul 5, 2022
@arhadthedev should I close this? |
arhadthedev
commented
Jul 5, 2022
@kj7rrv I would wait until a triager or a core developer walks by. Maybe your PR will be accepted so I'll close mine. |
kj7rrv
commented
Jul 5, 2022
@arhadthedev Oh, okay. I'll leave it. |
kj7rrv
commented
Jul 5, 2022
How long do the tests generally take? |
arhadthedev
commented
Jul 6, 2022
The port is done: python/pyperformance#222. You can track it to close your PR after/if it's merged. |
kj7rrv
commented
Jul 6, 2022
So I should change this PR to remove _perfcheck instead of fixing the bug? @arhadthedev |
kj7rrv
commented
Jul 6, 2022
Superseded by gh-94613 |
Closes#92546