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

The SAI, tracer and optimizer all contain a number of heuristics about when to optimize, how to link the optimized code and when to backoff, etc. Almost all of these...

performance
interpreter-core
topic-JIT
3.15

# Bug report ### Bug description: In C, the null byte indicates the end of a `char[]`. In `INT` and `LONG` opcodes for pickle, everything up to a newline is...

type-bug
extension-modules

BPO | [15313](https://bugs.python.org/issue15313) --- | :--- Nosy | @terryjreedy, @serwy *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...

type-bug
stdlib
topic-IDLE

BPO | [25218](https://bugs.python.org/issue25218) --- | :--- Nosy | @terryjreedy, @zware *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...

docs
build
topic-IDLE

BPO | [1721083](https://bugs.python.org/issue1721083) --- | :--- Nosy | @rhettinger, @terryjreedy Dependencies | bpo-1175686: add "reload" function to IDLE Files | [idle_filerevert.diff](https://bugs.python.org/file14635/idle_filerevert.diff "Uploaded as text/plain at 2009-08-03.02:54:58 by gpolo") *Note: these...

type-feature
stdlib
topic-IDLE

# Bug report ### Bug description: It's possible this is user error or similar, but I'm observing the following when compiling Python3.14. The test `test_ctx_mgr_rollback_if_commit_failed` in `Lib/test/test_sqlite3/test_dbapi.py` seems to fail...

type-bug
extension-modules
topic-sqlite3

Add the ability for `_pyrepl._module_completer.ModuleCompleter` to suggest attributes, in addition to modules. If the module to import from is not imported yet, ask the user if they want to import...

awaiting review

Continuation of #128214. This PR * Improves performance of bytes creation from a list or tuple * Fixes a free-threading bug * Reduces some duplicated code between list and tuple...

awaiting review

`pymain_run_file_obj`: Check the file type before skipping the source first line. * Issue: gh-142570

awaiting changes

Deprecated since Python 3.13; the previous deprecation discussion can be found in #89902 Based on the discussion there, it seems that format was intended to be removed in Python 3.15....

type-feature
stdlib
extension-modules