3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/python/cpython
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.7 python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
3.5
3.6 python37: 3.7.9 -> 3.7.10, fixup patches 2021-02-20 12:13:07 +01:00
3.7 python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
3.8 Revert "Revert "python: 3.8.6 -> 3.8.7."" 2021-01-09 13:12:44 +01:00
3.9 python: 3.9.0 -> 3.9.1 2020-12-12 19:32:08 +01:00
3.10
docs
default.nix python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00