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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- http.server: BaseHTTPRequestHandler does not enforce RFC 7230 framing validation (3 defects, hardening for keep-alive)
- Segfault in `_Unpickler_MemoPut` (`_pickle.c`) from `Unpickler.memo` assignment with free-threading
- Error in `inspect.getattr_static` usage snippet to resolve built-in C descriptors and hackiness in how it obtains these types
- gh-150499: http.server: drain unread request body on persistent connections (RFC 7230 §6.3)
- Streamline spilling around calls in the code generator
- New REPL `input` bad cursor position when a backspace char `\b` is in the prompt
- gh-150474: Fix Email Header Parser issue t.token_type == 'attrtext'
- gh-150506: Improve `inspect.getattr_static` example code
- gh-150462: Fix cursor position when using `\b`
- gh-79459 tempfile: Raise a ``ValueError`` if the ``prefix`` or ``suffix`` contains a directory component.
- Docs
- Python not yet supported