nixpkgs/pkgs/development/interpreters/python/cpython/2.7
Ivan Babrou b00c7c2d1d python37, python2: remove win64 workaround to fix aarch64-darwin
The issue manifests itself as the following on `aarch64-darwin`:

```
>>> import ctypes
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/nix/store/i8cq0xrjirz1rcp65wzcyhj6ypzlw9il-python3-3.7.10/lib/python3.7/ctypes/__init__.py", line 551, in <module>
    _reset_cache()
  File "/nix/store/i8cq0xrjirz1rcp65wzcyhj6ypzlw9il-python3-3.7.10/lib/python3.7/ctypes/__init__.py", line 273, in _reset_cache
    CFUNCTYPE(c_int)(lambda: None)
MemoryError
```

The commit we backport is included in Python 3.8, and it reverts
the change that was introduced all the way back in Python 2.7.
2021-03-03 16:02:07 -08: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
cross-compile.patch Enable cross compilation for cpython 2.7 (#50245) 2018-11-15 19:36:03 +01:00
CVE-2019-20907.patch python: Apply patch for CVE-2019-20907 2020-08-11 16:05:43 +02:00
CVE-2021-3177.patch python27: Fix CVE-2021-3177 2021-02-20 10:03:11 +01:00
default.nix python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
deterministic-build.patch
find_library-gcc10.patch python2: fix ctypes.util.find_library with gcc10 2021-01-08 11:19:39 +01:00
nix-store-mtime.patch
no-ldconfig.patch python27: 2.7.12 -> 2.7.13 2016-12-24 16:00:31 +01:00
profile-task.patch cpython: Use --enable-optimizations, for a 16% speedup. 2020-05-11 23:37:04 -07:00
python-2.7-distutils-C++.patch python2: 2.7.16 -> 2.7.17 2019-10-20 19:48:32 +02:00
search-path.patch
use-correct-tcl-tk-on-darwin.patch pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00