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 supported858 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- multiprocessing.managers. SharedMemoryManager should let you name the created object
- HeaderParseError on email address ending with '.'
- `self.doCleanups()` cannot be called from a test method of a `unittest.IsolatedAsyncioTestCase` subclass
- `enumerate` and `filter` documentation should explicitly mention that they accept any iterable
- email module incorrectly qp-encodes References and In-Reply-To headers
- mock.patch cannot import an invalid-name module in >=3.11 due to importlib.import_module vs pkgutil.resolve_name differences when module has a dash in its filename
- `profile` and `cProfile` cannot profile a directory or PEP-441 zip file
- Make it easier to traverse the frame stack for third party tools.
- gh-100403: Collect GC statistics via -X option
- socket documentation should mention AF_UNSPEC in the section on constants and getaddrinfo() docs
- Docs
- Python not yet supported