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
cross-compile.patch
CVE-2019-20907.patch
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
profile-task.patch
python-2.7-distutils-C++.patch
search-path.patch
use-correct-tcl-tk-on-darwin.patch