cpython
cpython copied to clipboard
The Python programming language
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...
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...
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....
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...
---- 📚 Documentation preview 📚: https://cpython-previews--117105.org.readthedocs.build/
Yak shave for gh-116303
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 =...
# 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,...
# 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...
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 `!`...