nixpkgs-suyu/pkgs/development/interpreters/python/cpython/2.7
Frederik Rietdijk 23e348bfe2 python2 and python3: build unoptimized bytecode again
In 9d03ff5222 I made the CPython builds
reproducible. This required not generating default unoptimized bytecode.
I was under the impression the optimized bytecode would be used then,
but you need to opt-in on that. Not having the default bytecode resulted
in a significant performance hit. Therefore, bytecode is generated again
in this commit, and thereby the builds are no longer reproducible.

https://bugs.python.org/issue29708
2021-07-30 09:27:42 +02:00
..
2.5.2-ctypes-util-find_library.patch
2.5.2-tkinter-x11.patch
2.6.2-ssl-threads.patch
2.6.5-export-PySignal_SetWakeupFd.patch
2.6.5-FD_SETSIZE.patch
2.6.5-ncurses-abi6.patch
2.7.3-dbm.patch
2.7.3-dylib.patch
2.7.3-getpath-exe-extension.patch
2.7.3-no-libm.patch
atomic_pyc.patch
cross-compile.patch
CVE-2019-20907.patch
CVE-2021-3177.patch python27: Fix CVE-2021-3177 2021-02-20 10:03:11 +01:00
CVE-2021-23336.patch python27: fix CVE-2021-23336 2021-04-03 15:10:01 +02:00
default.nix python2 and python3: build unoptimized bytecode again 2021-07-30 09:27:42 +02:00
deterministic-build.patch
find_library-gcc10.patch python2: fix ctypes.util.find_library with gcc10 2021-01-08 11:19:39 +01:00
nix-store-mtime.patch
no-ldconfig.patch
profile-task.patch
python-2.7-distutils-C++.patch
search-path.patch
use-correct-tcl-tk-on-darwin.patch