Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Australia
- https://curiousefficiency.org
Pinned
299 contributions in the last year
Activity overview
Contribution activity
January 2020
- ncoghlan/wheel Python
Created a pull request in pypa/pip that received 10 comments
Restore legacy PyPy wheel interpreter tags
pip used to calculate the interpreter tag for PyPy (and other non-CPython implementations) incorrectly. This was fixed as part of the migration to …
+163
−2
•
10
comments
- [3.8] Ignore NEWS snippets in code coverage stats (GH-18194)
- [3.7] Ignore NEWS snippets in code coverage stats (GH-18194)
- bpo-1635741: Port _collections extension module to multiphase initialization(PEP 489)
- bpo-26792: improve docstrings of runpy module run_ functions
- bpo-39048: Look up __aenter__ before __aexit__ in the async with statement
- bpo-39161: Document multi-phase init modules under Py_NewInterpreter()
Created an issue in pypa/wheel that received 2 comments
Use regular PEP 425 interpreter tags for PyPy wheels
We'd like to go back to using standard PEP 425 tags for PyPy wheels (see pypa/packaging#233 and pypa/pip#7629), but that entails having PyPy build …
2
comments