nixpkgs/pkgs/development/interpreters/python/cpython
Robert Scott ede2e00c9f cpython: expose gdb libpython.py
used together with cpython's debugging symbols, this allows inspection of
the python stack of cpython programs in gdb. this file is a little
different from the rest of the python output by this package, in that it's
not intended to be run by the current python being built, instead by the
python being used by the gdb in question, which could be very different.
therefore placed in its own, but hopefully logical & predictable location.
2020-07-15 19:39:19 +01:00
..
2.7 python: don't use optimizations on Darwin 2020-06-12 18:29:08 +02:00
3.5 cpython: Use --enable-optimizations, for a 16% speedup. 2020-05-11 23:37:04 -07:00
3.6 cpython: Use --enable-optimizations, for a 16% speedup. 2020-05-11 23:37:04 -07:00
3.7 python: Fix creating RPMs from Python packages 2020-05-09 11:15:28 +02:00
3.8 python3: improve cross-compilation of extension modules, fixes #91171 2020-06-21 16:29:57 +02:00
3.9 python39: init at 3.9.0a1 2019-11-20 09:42:27 +01:00
docs treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
default.nix cpython: expose gdb libpython.py 2020-07-15 19:39:19 +01:00