nixpkgs/pkgs/development/interpreters/python/cpython
Nikolay Amiantov da295a1206 python2: backport fix for pyc race condition, part 2
Turns out fixing this only in importlib is not sufficient and we
need to backport CPython part of the fix too.

This patch is based on https://hg.python.org/cpython/rev/c16063765d3a
but because the code around is different there are some changes (C-strings
instead of Python objects etc.)

With this patch Tensorflow builds successfully on many-core machine.
2019-07-17 10:22:11 +02:00
..
2.7 python2: backport fix for pyc race condition, part 2 2019-07-17 10:22:11 +02:00
3.5 python3{5,6}: Reintroduce bytecode determinism 2019-04-18 08:12:29 +02:00
3.6 CPython: merge expressions of interpreters 2019-01-04 10:45:22 +01:00
3.7 python37: fix distutils C++ patch (PR #64758) 2019-07-15 09:37:43 +02:00
3.8 python38: init at 3.8.0b2 2019-07-09 15:31:37 +02:00
docs Generate python3 docs 2019-04-28 09:24:01 +02:00
default.nix Python: add sitecustomize.py, listen to NIX_PYTHONPATH 2019-07-13 09:37:33 +02:00