nixpkgs/pkgs/development/interpreters/python
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
..
catch_conflicts
cpython python37, python2: remove win64 workaround to fix aarch64-darwin 2021-03-03 16:02:07 -08:00
graalpython pythonInterpreters.graalpython37: init 2019-10-22 09:16:18 +02:00
hooks pytestCheckHook: add support for disabling arbitrary paths 2021-02-15 00:34:35 +01:00
manylinux Fix manylinux packages 2019-12-13 11:40:44 +01:00
pypy pythonInterpreters.pypy36_prebuilt: Set pythonOnBuildForHost 2021-02-20 11:29:46 +01:00
tests python.tests: use self.callPackage instead of super.callPackage 2020-11-28 16:57:07 +01:00
update-python-libraries pkgs/*: add final newline to .nix files 2020-11-09 11:39:28 +00:00
default.nix python: fix full builds by referring to the correct interpreter 2021-02-27 11:12:05 +01:00
fetchpypi.nix pythonPackages.fetchPypi: support SRI hashes 2019-07-11 18:01:04 +02:00
mk-python-derivation.nix treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
run_setup.py
setup-hook.nix
setup-hook.sh python: make it possible to disable the python setup-hook 2019-04-28 09:20:41 +02:00
sitecustomize.py Python: fix virtualenv with Python 2 2020-05-24 10:43:24 +02:00
tests.nix python.tests: test overriding functions 2021-02-19 10:12:21 +01:00
with-packages.nix
wrap-python.nix Python: improve cross-compilation 2019-01-04 10:45:22 +01:00
wrap.sh python.pkgs.wrapPython: get rid of warning 2019-12-30 16:46:55 +01:00
wrapper.nix treewide: Fix various tools wrappers "with packages" 2021-03-02 22:38:04 +00:00