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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- iOS simulator builds get the device -mios-version-min flag, breaking library detection
- Segfault/debug abort because _PyModule_GetFilenameUTF8 asserts module filenames must be utf-8 (called by crossinterp)
- gh-156132: Relax memory ordering of shared refcount atomics
- `\p{...}` names ignore only spaces, though the docs promise whitespace
- Runtime changes for PEP 718 -- generic function subscription
- PyErr_GivenExceptionMatches crashes with SIGSEGV on deeply nested tuple targets
- Use `PyMem_Raw*` allocator for OpenSSL in `_ssl` and `_hashlib`
- A tiny grammar issue in the Python MRO documentation: "all the class" should be "all the classes"
- embedding CPython in emscripten build requires `stringToNewUTF8` symbol
- [3.15] gh-156246: Fix documented default of the asyncio limit argument (GH-156247)
- Docs
- Python not yet supported