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
- Eliminate overhead of fetching and testing `NULL` attributes in `STORE_ATTR` specializations for new objects
- Leak sanitizer errors when `--enable-profiling` is passed to `configure` during build
- [DOC] Clarify imprecise reference to example
- gh-81218: Make macOS framework builds relocatable via @rpath
- gh-144325: Improve error messages for `{}`-style formatters for int, float, str, and complex
- gh-66428 Stop including all bidirectional "B" characters in line breakers
- gh-114713: Handle case of an empty bytes object passed to `zoneinfo.ZoneInfo`
- gh-132416: document behavior of Path.symlink_to() when link or/and target already exist
- C API/GC: datetime.datetime doesn't have `Py_TPFLAGS_HAVE_GC`, potentially causing leaks in `tzinfo` cycles
- gh-130415: Eliminate guards for constant CALL_BUILTIN_O/FAST
- Docs
- Python not yet supported