nixpkgs/pkgs
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
..
applications Merge staging-next into staging 2021-03-03 06:17:28 +00:00
build-support Merge pull request #114902 from obsidiansystems/fix-tools-withPackages 2021-03-02 19:46:10 -05:00
common-updater
data Merge staging-next into staging 2021-03-02 18:17:42 +00:00
desktops Merge staging-next into staging 2021-03-03 06:17:28 +00:00
development python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
games Merge staging-next into staging 2021-03-03 06:17:28 +00:00
misc Merge staging-next into staging 2021-03-03 06:17:28 +00:00
os-specific Merge pull request #114944 from thefloweringash/darwin-arch-fixup 2021-03-03 13:02:37 +01:00
pkgs-lib
servers Merge staging-next into staging 2021-03-03 06:17:28 +00:00
shells Merge pull request #114837 from marsam/update-oh 2021-03-02 21:29:17 -05:00
stdenv stdenv: set CMAKE_OSX_ARCHITECTURES appropriately 2021-03-02 17:21:07 +09:00
test
tools Merge staging-next into staging 2021-03-03 06:17:28 +00:00
top-level Merge staging-next into staging 2021-03-03 06:17:28 +00:00