nixpkgs/pkgs/development/interpreters/python/cpython
Randy Eckenrode 092b50a92c
python3: fix stdenv bootstrap on x86_64-darwin
The bootstrap tools linker sometimes crashes when trying to link the
sqlite3 tests, which causes the bootstrap Python not to have the sqlite3
module. This causes the freezegun module to fail to build later in the
bootstrap. Using the 11.0 SDK fixes the problem.

Upstream Python supports building with a newer SDK and back-deploying,
so this change should not negatively affect users on pre-11.0 releases.
2024-10-10 16:23:09 -04:00
..
2.7 python27: drop configd 2024-10-10 16:23:08 -04:00
3.7
3.8
3.9
3.10
3.11
3.12 python{39,310,311,312,313}: Allow using cc to resolve dynamic libraries (#328943) 2024-08-27 21:45:22 +09:00
3.13 python{39,310,311,312,313}: Allow using cc to resolve dynamic libraries (#328943) 2024-08-27 21:45:22 +09:00
docs treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
default.nix python3: fix stdenv bootstrap on x86_64-darwin 2024-10-10 16:23:09 -04:00
freebsd-cross.patch
loongarch-support.patch
mimetypes.patch
platform-triplet-detection.patch
virtualenv-permissions.patch