nixpkgs/pkgs/development/interpreters/python
Greg Price 9d8831c8fe cpython: Drop unrecognized --with-threads configure flag.
The ./configure script prints a warning when passed this flag,
starting with 3.7:

  configure: WARNING: unrecognized options: --with-threads

The reason is that there's no longer such a thing as a build
without threads.

Eliminate the warning, by only passing the flag on the older releases
that accept it.

Upstream change and discussion:
  https://github.com/python/cpython/commit/a6a4dc816
  https://bugs.python.org/issue31370
2020-03-30 22:56:48 -07:00
..
catch_conflicts
cpython cpython: Drop unrecognized --with-threads configure flag. 2020-03-30 22:56:48 -07:00
graalpython pythonInterpreters.graalpython37: init 2019-10-22 09:16:18 +02:00
hooks python: add pythonRemoveTestsDirHook 2020-03-03 20:01:00 +01:00
manylinux Fix manylinux packages 2019-12-13 11:40:44 +01:00
pypy pypy{,3}: use openssl_1_1 2020-02-28 16:06:20 +00:00
tests Python: introduce tests for interpreters 2020-03-14 15:05:37 +01:00
update-python-libraries python: add use-pkgs-prefix option to update script 2020-03-27 01:47:30 -07:00
default.nix Python: introduce tests for interpreters 2020-03-14 15:05:37 +01:00
fetchpypi.nix pythonPackages.fetchPypi: support SRI hashes 2019-07-11 18:01:04 +02:00
mk-python-derivation.nix python: add pythonRemoveTestsDirHook 2020-03-03 20:01:00 +01: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: introduce NIX_PYTHONEXECUTABLE in order to set sys.executable 2019-07-27 11:52:49 +02:00
tests.nix Python: introduce tests for interpreters 2020-03-14 15:05:37 +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 Python: introduce NIX_PYTHONEXECUTABLE in order to set sys.executable 2019-07-27 11:52:49 +02:00