cpython icon indicating copy to clipboard operation
cpython copied to clipboard

The Python programming language

Results 1387 cpython issues
Sort by recently updated
recently updated
newest added

https://github.com/python/cpython/issues/91227 * Issue: gh-91227

topic-asyncio
awaiting change review

* Add a new create_python_parser_namespace() function for PythonParser to pass objects to executed code. * In run_clinic(), list converters using 'converters' and 'return_converters' dictionarties. * test_clinic: add 'object()' return converter....

awaiting core review
skip news

# Feature or enhancement ### Proposal: This issue is available to keep track of PRs, following the heap type conversion completed at #114314. ### Has this already been discussed elsewhere?...

type-feature
extension-modules
topic-subinterpreters

Part of the PEP 730 work to add iOS support. This PR modifies the standard library and test suite to add support for iOS: * Adds `platform.ios_ver()` to provide iOS...

awaiting review

The _private_networks variables, used by various is_private implementations, were missing some ranges and at the same time had overly strict ranges (where there are more specific ranges considered globally reachable...

awaiting review

BPO | [46213](https://bugs.python.org/issue46213) --- | :--- Nosy | @terryjreedy, @stevendaprano, @xdegaye, @DonaldDuck313 PRs | python/cpython#30106 *Note: these values reflect the state of the issue at the time it was migrated...

type-feature
stdlib
3.10
OS-android

# Feature or enhancement ### Proposal: This issue mostly mirrors Mark's original one at https://github.com/faster-cpython/ideas/issues/632. As part of PEP 703, tagged pointers will help achieve deferred reference counting. Tagged pointers...

type-feature
topic-free-threading

# Bug report ### Bug description: That started within the last 48 hours, on the main branch. Here's test code; it's possible it could be simplified ```python if 1: class...

performance
interpreter-core
release-blocker

The previous design of choosing increments based on the number of survivors doesn't work. In order to handle the case of code that produces nothing but cycles, the rate of...

awaiting core review

My thoughts: - This parameter should be optional and switched off by default, so we preserve the output if people rely on it: as debugging tool or somewhere in tests...

awaiting merge