Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 47e499f7a43b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4b340cbbb490
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 13, 2020

  1. Copy the full SHA
    6d19ab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. 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.
    risicle committed Jul 15, 2020
    Copy the full SHA
    ede2e00 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #93083 from risicle/ris-cpython-debug

    cpython: add separateDebugInfo, allow use of gdb libpython
    FRidh committed Aug 15, 2020
    Copy the full SHA
    4b340cb View commit details
    Browse the repository at this point in the history