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

BPO | [44200](https://bugs.python.org/issue44200) --- | :--- Nosy | @brettcannon, @jaraco, @FFY00 *Note: these values reflect the state of the issue at the time it was migrated and might not reflect...

docs
3.10
topic-importlib

BPO | [26460](https://bugs.python.org/issue26460) --- | :--- Nosy | @gpshead, @abalkin, @pganssle, @tirkarthi, @nickzoic *Note: these values reflect the state of the issue at the time it was migrated and might...

type-feature
docs
stdlib
3.13

If we don't do this now, people will still be using Python releases that don't guide code away from the bug by the time the next leap year rolls around....

awaiting core review

And rename the private base class from `PathModuleBase` to `ParserBase`. No news or deprecation period needed as this attribute is new in 3.13. * Downstream issue: https://github.com/barneygale/pathlib-abc/issues/19 * Issue: gh-114575...

awaiting core review
skip news
topic-pathlib

---- 📚 Documentation preview 📚: https://cpython-previews--117105.org.readthedocs.build/

Yak shave for gh-116303

skip news
needs backport to 3.11
needs backport to 3.12

Example on Windows: ```py import subprocess program = r"PCbuild\amd64\_testembed_d.exe" cmd = [program, "test_repeated_init_exec", "import _ctypes"] for i in range(1, 11): print(f" == Process #{i} ===") proc = subprocess.run(cmd) exitcode =...

topic-ctypes
type-crash
3.12
3.13

# Bug report ### Bug description: It seems the behavior of `functools.singledispatch` changed in Python 3.12 in situations where a `typing.Protocol` is involved. When executing the following code on 3.12,...

type-bug
stdlib
topic-typing
3.12
3.13

# Bug report ### Bug description: ``` gcc -pthread -maix64 -bI:Modules/python.exp -Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib -lutil -Wl,-hlibpython3.13.so ... ld: 0706-012 The -h flag is not recognized. ld: 0706-006 Cannot find or open library...

type-bug

The `:mod:` role used in the title of module pages turns into a link, but the link is to the same page. That's distracting and unhelpful. This uses the `!`...

docs
skip issue
awaiting merge
skip news