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: 9a6bd5911158
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da295a120673
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 17, 2019

  1. python2: backport fix for pyc race condition, part 2

    Turns out fixing this only in importlib is not sufficient and we
    need to backport CPython part of the fix too.
    
    This patch is based on https://hg.python.org/cpython/rev/c16063765d3a
    but because the code around is different there are some changes (C-strings
    instead of Python objects etc.)
    
    With this patch Tensorflow builds successfully on many-core machine.
    abbradar authored and FRidh committed Jul 17, 2019
    Copy the full SHA
    da295a1 View commit details
    Browse the repository at this point in the history