gh-108303: Remove the non-test Lib/test/reperf.py - #114356
Conversation
gpshead
left a comment
There was a problem hiding this comment.
apparently test_embed.py runs this code?
|
Ok, looks like it was used recently in #110769 by @ambv I propose to:
|
4752216 to
93da596
Compare
|
I am now using another file instead of So, we can remove the unneeded |
encukou
left a comment
There was a problem hiding this comment.
LGTM, but I'd rather not backport the removal.
|
@encukou looks like this PR #113601 influenced the CI. I fixed tests, so now both Please, take another look :) |

Looks like this file was not touched for at least 12 years: https://github.com/python/cpython/commits/main/Lib/test/reperf.py
It does not seem useful. If it is, I can instead move it to
Tool/scripts.Refs #114354