nixpkgs-suyu/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
3.6
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
default.nix Python: add sitecustomize.py, listen to NIX_PYTHONPATH 2019-07-13 09:37:33 +02:00