[issue45569] Drop support for 15-bit PyLong digits?

Terry J. Reedy report at bugs.python.org
Sat Oct 23 01:52:58 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

How about: create a fake test file test/test_xintperf with test case and test method(s) that run timeit with a suite of int operations and print report.  Create 'draft' PRs for main and 3.10 (and 3.9?).  Run just this test on buildbots.  (I believe I have seen this done.)

Improvement: write script to find buildbot results and consolidate.

Is there already a template for something like this?  If not, make one.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45569>
_______________________________________


More information about the Python-bugs-list mailing list