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: b0121fcb0342
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 05140d25dcb5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 30, 2020

  1. python3Packages.mypy: compile with mypyc

    Mypy includes mypyc, a compiler that translates annotated Python to C,
    which can be compiled into a Python module. When mypy is compiled with
    mypyc, it is about 4 times faster than the interpreted mypy, so using
    the compiled version is especially useful on large codebases where
    typechecking may take a long time.
    
    The wheels distributed on Pypi have included a mypyc-compiled mypy by
    default since version 0.700 [1].
    
    [1]: http://mypy-lang.blogspot.com/2019/04/mypy-0700-released-up-to-4x-faster.html
    ruuda committed Nov 30, 2020
    Copy the full SHA
    ad26cb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Merge pull request #105462 from ruuda/mypy-mypyc

    python3Packages.mypy: compile with mypyc
    SuperSandro2000 committed Dec 27, 2020
    Copy the full SHA
    05140d2 View commit details
    Browse the repository at this point in the history