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 supported854 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- pygettext: Extend support for specifying custom keywords
- Traceback colors are shifted when the line contains wide unicode characters
- Annotate test cases which are timing sensitive
- As of 3.12 `_lsprof` no longer calls `_PyEval_SetProfile` making `sys.getprofile()` useless with `cProfile`
- Asyncio: fork() in coroutine causes bad file descriptor
- AttributeError 'did you mean' suggestions don't appear for properties without a setter
- Document that bf_getbuffer must prevent GC (only under freethreading?) to write to its `view` argument
- Provide name suggestions for failed attribute deletions
- Improve traceability of assertion errors in common functions
- An object referenced only through it's own `__dict__` can get collected too early.
- Docs
- Python not yet supported