nixpkgs/pkgs/development/interpreters/python/cpython/2.7
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.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 python2: backport fix for pyc race condition, part 2 2019-07-17 10:22:11 +02:00
boot.nix Remove myself as maintainer from packages 2019-02-22 16:14:13 +01:00
cross-compile.patch Enable cross compilation for cpython 2.7 (#50245) 2018-11-15 19:36:03 +01:00
default.nix Python: add sitecustomize.py, listen to NIX_PYTHONPATH 2019-07-13 09:37:33 +02:00
deterministic-build.patch
nix-store-mtime.patch
no-ldconfig.patch
python-2.7-distutils-C++.patch
search-path.patch
use-correct-tcl-tk-on-darwin.patch