cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported791 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Use `EnvironmentVarGuard` in tests instead of manually messing with `os.environ`
- gh-128404: split test_asyncgen.py into tests that require a working socket and tests that do not
- Skip Windows CI for `configure`/`Makefile` changes
- gh-128384: Use contextvar for catch_warnings()
- Running Python from the build directory can lead to wrong `libpython` being loaded
- gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented
- gh-128438: Add `EnvironmentVarGuard` for `test_builtin.py`, `test_io.py` and `test_locale.py`
- asyncio.staggered.staggered_race can log NameError: cannot access free variable 'exceptions' where it is not associated with a value in enclosing scope
- gh-128002: add more thread safety tests for asyncio
- Race in _ctypes_alloc_callback and libffi under free-threading
- Docs
- Python not yet supported