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: 75aee3cfdba1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9db3a5869ee8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 3, 2019

  1. python2: backport fix for pyc race condition

    This is python bug https://bugs.python.org/issue13146. Fixed since
    python 3.4. It makes pyc creation atomic, preventing a race condition.
    The patch has been rebased on our deterministic build patch.
    
    It wasn't backported to python 2.7 because there was a complaint about
    changed semantics. Since files are now created in a temporary directory
    and then moved, symlinks will be overridden. See
    https://bugs.python.org/issue17222.
    
    That is an edge-case however. Ubuntu and debian have backported the fix
    in 2013 already, making it mainstream enough for us to adopt.
    timokau authored and FRidh committed Jul 3, 2019
    Copy the full SHA
    9db3a58 View commit details
    Browse the repository at this point in the history