-
-
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
14 Pull requests merged by 8 people
-
[3.14] gh-135326: Test support of __index__ in random.getrandbits() (GH-135356)
#135373 merged
Jun 11, 2025 -
gh-135326: Test support of __index__ in random.getrandbits()
#135356 merged
Jun 11, 2025 -
[3.14] gh-91048: Reorder result tuple of parse_code_object (GH-134898)
#134956 merged
Jun 11, 2025 -
[3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317)
#135348 merged
Jun 11, 2025 -
[3.14] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)
#135345 merged
Jun 10, 2025 -
gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8'
#135347 merged
Jun 10, 2025 -
gh-130077: Properly match full soft keywords in the parser
#135317 merged
Jun 10, 2025 -
[3.14] gh-118928: Amend sqlite3 execute*() deprecation notes (GH-135163)
#135342 merged
Jun 10, 2025 -
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally
#133222 merged
Jun 10, 2025 -
gh-118928: Amend sqlite3 execute*() deprecation notes
#135163 merged
Jun 10, 2025 -
[3.14] Docs: fix docstring of
email.message.Message.add_header
(GH-134355)#135339 merged
Jun 10, 2025 -
[3.13] gh-135326: Restore support of __index__ in random.getrandbits()
#135332 merged
Jun 10, 2025 -
Docs: fix docstring of
email.message.Message.add_header
#134355 merged
Jun 10, 2025 -
[3.13] gh-133157: fix UBSan failures in
Parser/pegen.c
(GH-134048)#135334 merged
Jun 10, 2025
23 Pull requests opened by 18 people
-
gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit
#135337 opened
Jun 10, 2025 -
gh-135335: flush stdout/stderr in forkserver after preloading modules
#135338 opened
Jun 10, 2025 -
[3.13] Docs: fix docstring of `email.message.Message.add_header` (GH-134355)
#135340 opened
Jun 10, 2025 -
gh-131876: extract `_hashlib` helpers into a separate directory [WIP]
#135341 opened
Jun 10, 2025 -
[3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222)
#135343 opened
Jun 10, 2025 -
[3.14] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222)
#135344 opened
Jun 10, 2025 -
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat`
#135346 opened
Jun 10, 2025 -
[3.14] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347)
#135349 opened
Jun 10, 2025 -
[3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347)
#135350 opened
Jun 10, 2025 -
gh-135171: Update documentation for the generator expression
#135351 opened
Jun 10, 2025 -
[3.14] GH-135171: Revert async generator expressions behavior
#135352 opened
Jun 10, 2025 -
[3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)
#135353 opened
Jun 10, 2025 -
GH-135357: Add SO_PASSRIGHTS constant
#135355 opened
Jun 10, 2025 -
gh-133465: Efficient signal checks with detached thread state.
#135358 opened
Jun 10, 2025 -
Fix comments for heapq.siftup_max()
#135359 opened
Jun 10, 2025 -
gh-135361: update documentation for `remote_debugger_script` audit event
#135362 opened
Jun 10, 2025 -
gh-133982: Use self.open in test_largefile
#135363 opened
Jun 10, 2025 -
gh-133982: Use implementation-specific open in test_fileio OtherFileTests
#135364 opened
Jun 10, 2025 -
gh-134262: Catch both URLError and ConnectionError in retries
#135365 opened
Jun 10, 2025 -
gh-135329: prevent infinite traceback loop on Ctrl-C under external p…
#135366 opened
Jun 10, 2025 -
gh-135307: Fix email error when policy max_line_length is set to 0 or None
#135367 opened
Jun 10, 2025 -
gh-132775: Clean Up Cross-Interpreter Error Handling
#135369 opened
Jun 10, 2025 -
gh-135371: Fix asyncio task awaited_by semantics in remote debugging
#135372 opened
Jun 11, 2025
10 Issues closed by 8 people
-
regression in 3.13.4 `Random.getrandbits` when an `int` like object is passed
#135326 closed
Jun 11, 2025 -
Defining iterator in a separate class no longer works in 3.13
#128161 closed
Jun 10, 2025 -
`nogil` multi-threading is slower than multi-threading with gil for CPU bound
#118749 closed
Jun 10, 2025 -
Excessive QSBR memory usage when delay freeing large blocks.
#132519 closed
Jun 10, 2025 -
sqlite3 context manager does not close in-memory database
#135333 closed
Jun 10, 2025 -
Generator already executing free-threaded crashes
#135325 closed
Jun 10, 2025 -
cython nogil
#135331 closed
Jun 10, 2025 -
Potential NULL dereference of kw_defaults in has_kwonlydefaults
#135302 closed
Jun 10, 2025 -
`times` argument of `itertools.repeat()` accepts a negative number and doesn't accept `None`
#135330 closed
Jun 10, 2025
11 Issues opened by 10 people
-
Install is not setting proper environment variable for PIP
#135375 opened
Jun 11, 2025 -
[CVE-2025-47273, CVE-2024-6345] in setuptools 67.6.1 bundled with Python 3.12 Runtime
#135374 opened
Jun 11, 2025 -
`get_all_awaited_by()` shows incorrect call stacks in awaited_by relationships
#135371 opened
Jun 11, 2025 -
Inconsistent behaviour of Enums which are also strings in/before 3.10
#135370 opened
Jun 10, 2025 -
Regression with create_autospec and dataclasses in 3.14.0b2
#135368 opened
Jun 10, 2025 -
Record the `remote_debugger_script` audit event in doc
#135361 opened
Jun 10, 2025 -
Emit PID in `remote_debugger_script` Audit Event
#135360 opened
Jun 10, 2025 -
Add SO_PASSRIGHTS constant to sockets module
#135357 opened
Jun 10, 2025 -
JSON library unable to provide index during parse operations.
#135354 opened
Jun 10, 2025 -
Add fast path to json string encoding
#135336 opened
Jun 10, 2025
57 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-128942: make arraymodule.c free-thread safe (lock-free)
#130771 commented on
Jun 10, 2025 • 10 new comments -
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF
#134377 commented on
Jun 11, 2025 • 9 new comments -
gh-126845: Some edge cases in email.utils.parsedate_to_datetime seem to differ from RFC2822 spec
#134438 commented on
Jun 10, 2025 • 6 new comments -
gh-135321: Changing data type of `size` variable for `BINSTRING` in `_pickle`
#135322 commented on
Jun 10, 2025 • 4 new comments -
gh-116738: Inline append for local PyList
#135196 commented on
Jun 10, 2025 • 3 new comments -
[3.12] GH-127953: Make line number lookup O(1) regardless of the size of the code object (GH-129127)
#132268 commented on
Jun 10, 2025 • 2 new comments -
gh-127545: Replace _Py_ALIGN_AS(V) by _Py_ALIGNED_DEF(N, T)
#135209 commented on
Jun 10, 2025 • 2 new comments -
gh-133722: Add Difflib theme to `_colorize` and 'color' option to `difflib.unified_diff`
#133725 commented on
Jun 11, 2025 • 2 new comments -
gh-115119: removed implicit fallback to the bundled libmpdec
#134078 commented on
Jun 10, 2025 • 2 new comments -
gh-119109: improve `functools.partial` vectorcall with keywords
#124584 commented on
Jun 10, 2025 • 1 new comment -
gh-135336: Add fast path to json string encoding
#133239 commented on
Jun 10, 2025 • 1 new comment -
gh-134280: Disable constant folding for ~ with a boolean argument
#134982 commented on
Jun 10, 2025 • 1 new comment -
gh-131338: Disable new stack size code for non-glibc.
#134336 commented on
Jun 10, 2025 • 1 new comment -
gh-135308: clarify math.issubnormal() description
#135324 commented on
Jun 10, 2025 • 0 new comments -
gh-130870: Preserve `GenericAlias` subclasses in `typing.get_type_hints()`
#131583 commented on
Jun 10, 2025 • 0 new comments -
gh-132461: Fix crash in OrderedDict.setdefault when key has unstable hash
#132462 commented on
Jun 10, 2025 • 0 new comments -
gh-42550: Add 'Expect: 100-Continue' support to httplib
#133276 commented on
Jun 10, 2025 • 0 new comments -
gh-131093: Enforce -std=c11 for gcc at configure time rather than make time
#133608 commented on
Jun 10, 2025 • 0 new comments -
gh-115119: defer removal of bundled libmpdec to 3.16
#133997 commented on
Jun 11, 2025 • 0 new comments -
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat`
#134050 commented on
Jun 10, 2025 • 0 new comments -
Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation
#135323 commented on
Jun 10, 2025 • 0 new comments -
gh-134873: Fix quadratic complexity in os.path.expandvars()
#134952 commented on
Jun 10, 2025 • 0 new comments -
gh-135227: argparse: Use `help` as default `description` in `add_parser`
#135236 commented on
Jun 10, 2025 • 0 new comments -
gh-69456: Add method to detect if a string contains surrogates
#135265 commented on
Jun 10, 2025 • 0 new comments -
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
#135292 commented on
Jun 10, 2025 • 0 new comments -
[3.13] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)
#135293 commented on
Jun 10, 2025 • 0 new comments -
gh-127502: Update XML vulnerability table
#135294 commented on
Jun 10, 2025 • 0 new comments -
gh-126631: fix pre-loading of __main__
#135295 commented on
Jun 10, 2025 • 0 new comments -
GH-135304: Reported resolution of `time.process_time` and `time.thread_time` is wrong on Windows
#135305 commented on
Jun 10, 2025 • 0 new comments -
Use CSPRNG for random UUID node ID
#135244 commented on
Jun 10, 2025 • 0 new comments -
multiprocessing forkserver main contains dead main_path= handling code
#126631 commented on
Jun 10, 2025 • 0 new comments -
[Windows] test_int.test_denial_of_service failed: took 15ms
#114911 commented on
Jun 10, 2025 • 0 new comments -
Running python REPL under another program + Ctrl-C results in an exception traceback
#135329 commented on
Jun 10, 2025 • 0 new comments -
Pickle `BINSTRING` incorrect data type for size
#135321 commented on
Jun 10, 2025 • 0 new comments -
Py_Main and Py_RunMain SystemExit documentation does not match actual behavior
#133264 commented on
Jun 10, 2025 • 0 new comments -
Unify recognization of message digest names for `_hashlib` and `_hmac`
#131876 commented on
Jun 10, 2025 • 0 new comments -
Should we support unicode in width/precision formatting fields?
#135025 commented on
Jun 10, 2025 • 0 new comments -
`ProcessPoolExecutor` raises exception or hangs the process when `shutdown(wait=False)` and worker throws exception
#132969 commented on
Jun 10, 2025 • 0 new comments -
UBsan: Remove _Py_NO_SANITIZE_UNDEFINED
#133157 commented on
Jun 10, 2025 • 0 new comments -
Export `get_all_awaited_by` API into public Python API.
#134342 commented on
Jun 10, 2025 • 0 new comments -
Different error triggered for soft keyword prefixes
#130077 commented on
Jun 10, 2025 • 0 new comments -
Recording and restoring the LC_NUMERIC locale setting with LC_ALL=C.UTF-8 no longer works with Python 3.13.3
#133967 commented on
Jun 10, 2025 • 0 new comments -
Generator expression behavior changed in 3.13.4 - it does not throw exception anymore
#135171 commented on
Jun 10, 2025 • 0 new comments -
asm_trampoline.S misses branch protection flags for x86_64 and aarch64
#128605 commented on
Jun 10, 2025 • 0 new comments -
Reported resolution of `time.process_time` and `time.thread_time` is wrong on Windows
#135304 commented on
Jun 10, 2025 • 0 new comments -
PyErr_CheckSignals should be callable without holding the GIL
#133465 commented on
Jun 10, 2025 • 0 new comments -
Some edge cases in `email.utils.parsedate_to_datetime` seem to differ from RFC2822 spec
#126845 commented on
Jun 10, 2025 • 0 new comments -
Use implemenation-specific I/O open / constructors in tests
#133982 commented on
Jun 10, 2025 • 0 new comments -
Make abstract/dunder methods positional-only.
#135312 commented on
Jun 10, 2025 • 0 new comments -
Add retries to downloads of Windows dependencies
#134262 commented on
Jun 10, 2025 • 0 new comments -
subprocess.run(), subprocess.Popen() should accept file descriptor as cwd parameter
#91183 commented on
Jun 10, 2025 • 0 new comments -
Unexpected exceptions when `email.policy.Policy.max_line_length` is falsey
#135307 commented on
Jun 10, 2025 • 0 new comments -
gh-111375: Fix handling of exceptions within `@contextmanager`-decorated functions
#111676 commented on
Jun 10, 2025 • 0 new comments -
Fix format of dataclasses' `unsafe_hash` default value
#116532 commented on
Jun 10, 2025 • 0 new comments -
gh-123681: Check the strftime() behavior at runtime instead of at the compile time
#128444 commented on
Jun 10, 2025 • 0 new comments -
gh-129250: allow pickle instances of generic classes
#129446 commented on
Jun 10, 2025 • 0 new comments -
gh-130141: clean up asyncio._SelectorTransport during __del__
#130142 commented on
Jun 10, 2025 • 0 new comments