cpython
cpython copied to clipboard
The Python programming language
Only tags all pointers 0b11 and NULL and immortal stuff as deferred for now. * Issue: gh-117139
(cherry picked from commit 5b941e57c71d7d0ab983d81a169f892662cfe446) Co-authored-by: Savannah Ostrowski * Issue: gh-118844
It is a continuation of #118105 which keeps a cache of newline+indentation and comma+newline+indentation at every level. For example: ``` $ ./python -m timeit -s 'import json; a = [[[{"key":...
Faster implementation for normal distribution
https://docs.python.org/3/library/sqlite3.html - does not have any documentation for `sqlite3.Binary()` method
# Bug report ### Bug description: As discussed in https://discuss.python.org/t/pep-744-jit-compilation/50756/42 and further with @brandtbucher, I've tried to change the Fedora's Python 3.13 package to utilize `--enable-experimental-jit=yes-off`. As a starting point,...
I'm not sure about `audit-event`, I might need to change that. * Issue: gh-118954 ---- 📚 Documentation preview 📚: https://cpython-previews--118955.org.readthedocs.build/
# GH-115322: Add missing audit hooks I've left out the potential `ctypes.cdata/function` event for now, as constructing a function without notice is not as bad when you cannot call it...
# Bug report ### Bug description: When trying to build CPython with `--enable-experimental-jit` against LLVM 18.1.5, I'm getting the following error: ```pytb $ make python3.13 ./Tools/jit/build.py x86_64-pc-linux-gnu ========================================================== JIT support...
# Documentation `os.remove()` & `os.unlink()` are semantically equivalent. Could we group their documentation? ### Linked PRs * gh-118955