nixpkgs-suyu/pkgs/development/interpreters/python/cpython
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.7 python2 and python3: build unoptimized bytecode again 2021-07-30 09:27:42 +02:00
3.5
3.6 python37: 3.7.9 -> 3.7.10, fixup patches 2021-02-20 12:13:07 +01:00
3.7 python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
3.8 Revert "Revert "python: 3.8.6 -> 3.8.7."" 2021-01-09 13:12:44 +01:00
3.9 python: 3.9.0 -> 3.9.1 2020-12-12 19:32:08 +01:00
3.10 python310: 3.10.0a1 -> 3.10.0a2 2020-11-11 23:13:44 -08:00
docs
default.nix python2 and python3: build unoptimized bytecode again 2021-07-30 09:27:42 +02:00
mimetypes.patch cpython: Pull in the mime-types database 2021-03-14 15:45:15 +01:00
virtualenv-permissions.patch cpython: fix permissions on venv activation scripts 2021-06-28 03:15:04 +02:00