python / pyperformance

Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
MIT License
870 stars 175 forks source link

Need to vendor lib2to3 for CPython 3.13+ #294

Closed corona10 closed 1 year ago

corona10 commented 1 year ago

Since CPython 3.13 removed 2to3 and lib2to3, bm_2to3 is not available for CPython 3.13+ currently. To solve this issue, we should vendor the 2to3 into pyperformance for the benchmark.

ref: https://github.com/python/cpython/commit/ae00b810d1d3ad7f1f7e226b02ece37c986330e7