nixpkgs/pkgs/development/interpreters/python/cpython
Frederik Rietdijk c32a9d4158 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
(cherry picked from commit 23e348bfe2b161e761dd37e3be86a807f3cd6f94)
2021-07-30 09:33:04 +02:00
..
2.7 python2 and python3: build unoptimized bytecode again 2021-07-30 09:33:04 +02:00
3.5 cpython: Use --enable-optimizations, for a 16% speedup. 2020-05-11 23:37:04 -07:00
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 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
default.nix python2 and python3: build unoptimized bytecode again 2021-07-30 09:33:04 +02:00
mimetypes.patch cpython: Pull in the mime-types database 2021-03-14 15:45:15 +01:00