-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
11 Pull requests merged by 8 people
-
gh-135308: clarify math.issubnormal() description
#135324 merged
Jun 13, 2025 -
gh-134273: Allow setting JIT compiler flags with
CFLAGS_JIT
#134276 merged
Jun 12, 2025 -
[3.14] Revert "gh-135410: use a critical section around
StringIO.__next__
(GH-135412)" (GH-135439)#135449 merged
Jun 12, 2025 -
Revert "gh-135410: use a critical section around
StringIO.__next__
(#135412)"#135439 merged
Jun 12, 2025 -
[3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442)
#135446 merged
Jun 12, 2025 -
gh-135429: Fix the argument mismatch in lsprof throw event
#135442 merged
Jun 12, 2025 -
Fix doc braino
#135431 merged
Jun 12, 2025 -
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
#135292 merged
Jun 12, 2025 -
[3.14] gh-134939: Add the concurrent.interpreters Module
#135414 merged
Jun 12, 2025 -
[3.14] gh-135410: use a critical section around
StringIO.__next__
(GH-135412)#135425 merged
Jun 12, 2025 -
gh-135410: Use a critical section around
StringIO.__next__
#135412 merged
Jun 12, 2025
11 Pull requests opened by 10 people
-
gh-133390: Extend completion for .commands in `sqlite3`
#135432 opened
Jun 12, 2025 -
Fix presentation in doc of uuid8 about CSPRNG
#135433 opened
Jun 12, 2025 -
gh-116738: Make grp module thread-safe
#135434 opened
Jun 12, 2025 -
gh-89730: EncryptedClientHello support in ssl module
#135435 opened
Jun 12, 2025 -
gh-135371: Fix asyncio introspection output to include internal coroutine chains
#135436 opened
Jun 12, 2025 -
gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts()
#135438 opened
Jun 12, 2025 -
[3.14] doc: Remove what was essentially duplicate wording. (GH-135431)
#135440 opened
Jun 12, 2025 -
[3.13] doc: Remove what was essentially duplicate wording. (GH-135431)
#135441 opened
Jun 12, 2025 -
gh-135444: fix DatagramTransport buffer_size accounting
#135445 opened
Jun 12, 2025 -
gh-119949: refactor test_exc() helper in test_format.py
#135452 opened
Jun 13, 2025 -
[3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-126956)
#135453 opened
Jun 13, 2025
9 Issues closed by 10 people
-
Slower performance with --disable-gil on threaded nearest-neighbor benchmark (10M points)
#135454 closed
Jun 13, 2025 -
Python 3.14.0b2 in pip tests: Segmentation fault in mock __exit__
#135448 closed
Jun 12, 2025 -
JIT stencil compilation does not respect CFLAGS
#134273 closed
Jun 12, 2025 -
3.14.0b2 yield gives TypeError: _pystart_callback expected 2 arguments, got 3
#135429 closed
Jun 12, 2025 -
3.11 ast.parse on fuzzed string: SystemError: Negative size passed to PyUnicode_New
#135426 closed
Jun 12, 2025 -
Python 3.13 build fails on MacOS Tahoe
#135424 closed
Jun 12, 2025 -
Should `__static_attributes__` be set on dataclasses?
#135428 closed
Jun 12, 2025
6 Issues opened by 5 people
-
List comprehensions cause subinterpreter crashes
#135450 opened
Jun 13, 2025 -
Bytecode changes in 3.14 are not documented in `dis` module docs
#135447 opened
Jun 12, 2025 -
3.13 asyncio DatagramTransport buffer size accounting regression.
#135444 opened
Jun 12, 2025 -
Interpreter.call() Fails For Various Builtins
#135443 opened
Jun 12, 2025 -
_PyCode_VerifyStateless(): Assert Fails If a Name Is Both a Global And an Attr
#135437 opened
Jun 12, 2025 -
-Werror doesn't error out on DeprecationWarning for os.fork()
#135427 opened
Jun 12, 2025
39 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
gh-132732: Automatically constant evaluate pure operations
#132733 commented on
Jun 13, 2025 • 12 new comments -
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF
#134377 commented on
Jun 12, 2025 • 6 new comments -
gh-135368: Fix mocks on dataclass specs with `instance=True`
#135421 commented on
Jun 12, 2025 • 3 new comments -
gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init
#135126 commented on
Jun 13, 2025 • 3 new comments -
gh-135380: enhance critical section held assertions
#135381 commented on
Jun 12, 2025 • 1 new comment -
gh-126703: add freelist for PyComplexObject's
#135233 commented on
Jun 13, 2025 • 1 new comment -
gh-132661: Document t-strings and `templatelib`
#135229 commented on
Jun 12, 2025 • 1 new comment -
Invalid error messages after #134036
#135422 commented on
Jun 12, 2025 • 0 new comments -
[3.13] Crash when generator frame proxies outlive their generator
#125723 commented on
Jun 13, 2025 • 0 new comments -
Support completion for sqlite3 command-line interface
#133390 commented on
Jun 13, 2025 • 0 new comments -
Segfault in gc while finalizing
#135115 commented on
Jun 13, 2025 • 0 new comments -
Pip no longer in the PATH for 3.13.4
#135149 commented on
Jun 13, 2025 • 0 new comments -
gh-133439: simplify how errors are reported by sqlite3 CLI
#133807 commented on
Jun 12, 2025 • 0 new comments -
gh-115119: removed implicit fallback to the bundled libmpdec
#134078 commented on
Jun 12, 2025 • 0 new comments -
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support
#134606 commented on
Jun 13, 2025 • 0 new comments -
gh-51067: Add `remove()` and `repack()` to `ZipFile`
#134627 commented on
Jun 13, 2025 • 0 new comments -
[3.12] gh-128605: Add branch protections for x86_64 in asm_trampolineS (#128606)
#135094 commented on
Jun 13, 2025 • 0 new comments -
gh-135361: update documentation for `remote_debugger_script` audit event
#135362 commented on
Jun 12, 2025 • 0 new comments -
gh-132775: Clean Up Cross-Interpreter Error Handling
#135369 commented on
Jun 12, 2025 • 0 new comments -
gh-135422: Fix regression in `SyntaxError` messages after #134036
#135423 commented on
Jun 13, 2025 • 0 new comments -
tkinter.filedialog.askopenfilename() fails with "SharedMemory read faild"
#134776 commented on
Jun 12, 2025 • 0 new comments -
Audit all built-in modules for thread safety
#116738 commented on
Jun 12, 2025 • 0 new comments -
Support TLS Encrypted ClientHello (ECH)
#89730 commented on
Jun 12, 2025 • 0 new comments -
__doc__ should generally be writable
#91309 commented on
Jun 12, 2025 • 0 new comments -
Convert importlib.abc to use typing.Protocol
#82963 commented on
Jun 12, 2025 • 0 new comments -
configparser accepts invalid keys and sections when writing
#65697 commented on
Jun 12, 2025 • 0 new comments -
Reorganize WASI-related files in `Tools/wasm`
#133600 commented on
Jun 12, 2025 • 0 new comments -
`get_all_awaited_by()` shows incorrect call stacks in awaited_by relationships
#135371 commented on
Jun 12, 2025 • 0 new comments -
Paste mode in python 3.13 turns on in interactive help mode but doesn't work
#125685 commented on
Jun 12, 2025 • 0 new comments -
Cryptic error message about ENV CHANGED
#132581 commented on
Jun 12, 2025 • 0 new comments -
Setting many types of values to `category` argument of `warnings.simplefilter()` doesn't get any error
#125893 commented on
Jun 12, 2025 • 0 new comments -
Unable to read sqlite3 database keys in read-only directory with Python 3.13 with shelve
#135386 commented on
Jun 12, 2025 • 0 new comments -
Add support for making Linux prctl(...) calls to subprocess
#86902 commented on
Jun 12, 2025 • 0 new comments -
[CVE-2025-47273, CVE-2024-6345] in setuptools 67.6.1 bundled with Python 3.12 Runtime
#135374 commented on
Jun 12, 2025 • 0 new comments -
Explicitly disable SIMD128/256 support for HACL* on aarch64-linux
#135032 commented on
Jun 12, 2025 • 0 new comments -
Segfault from calling `StringIO` methods in threads on free-threading debug build
#135410 commented on
Jun 12, 2025 • 0 new comments -
Added helper to test.support for parameterizing tests
#135120 commented on
Jun 12, 2025 • 0 new comments -
asyncio.Runner & Eventloop will try to create thread at interpreter shutdown to shutdown default executor
#135413 commented on
Jun 12, 2025 • 0 new comments -
test_exc() helper in test_format.py doesn't fail if exception message unexpected
#119949 commented on
Jun 13, 2025 • 0 new comments