The python3.12 package
- Python 100%
Before:
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
2000 loops, best of 5: 157 usec per loop
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
2000 loops, best of 5: 162 usec per loop
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
1000 loops, best of 5: 146 usec per loop
After:
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
5000 loops, best of 5: 75.9 usec per loop
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
5000 loops, best of 5: 77.1 usec per loop
$ python3.14 -m timeit -s 'import sysconfig' 'sysconfig.get_paths()'
5000 loops, best of 5: 76.2 usec per loop
The results are inconclusive on 3.12,
but we want the patch to be identical (if possible).
This can be shipped with the next update.
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 00251-change-user-install-location.patch | ||
| 00371-revert-bpo-1596321-fix-threading-_shutdown-for-the-main-thread-gh-28549-gh-28589.patch | ||
| check-pyc-timestamps.py | ||
| idle3.appdata.xml | ||
| idle3.desktop | ||
| python3.12.spec | ||
| rpminspect.yaml | ||
| rpmlint.toml | ||
| sources | ||
| Yhg1s.gpg | ||