cpython
cpython copied to clipboard
The Python programming language
https://github.com/python/cpython/issues/91227 * Issue: gh-91227
* 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....
# 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?...
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...
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...
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...
# 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...
# 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...
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...
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...