-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #12: sync module from CPython 3.10 #32
Issue #12: sync module from CPython 3.10 #32
Conversation
ncoghlan
commented
Jun 26, 2021
- Sync module and test suite from CPython 3.10
- Switch test suite over to using unittest autodiscovery (since there are now two test files)
- Capture the differences from the Python 3.10 version as a patch file
- Ship the tox config (and other dev files) in the sdist
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
==========================================
+ Coverage 92.34% 95.34% +2.99%
==========================================
Files 1 1
Lines 196 365 +169
Branches 14 29 +15
==========================================
+ Hits 181 348 +167
- Misses 13 14 +1
- Partials 2 3 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might also be good to pull in the typeshed contextlib.pyi file
@graingert That's a good idea, but could you file a new ticket for it? IIRC, there's additional package metadata that has to be set to allow tools to find it properly. |