Commits
User selector
Commit History
Commits on Jul 17, 2024
- authored
gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896)
Show description for bfdbeacauthored
Commits on Jul 16, 2024
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Show description for e65cb4candauthoredgh-121860: Fix crash when materializing managed dict (#121866)
Show description for 162b41fauthoredgh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (#121364)
Show description for b4aedb2authoredgh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358)
Show description for 956270dauthored
Commits on Jul 15, 2024
gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (#121799)
Show description for d23be39authoredgh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Show description for 94bee45authored
Commits on Jul 14, 2024
- authored
- authored
gh-121562: optimized hex_from_char (#121563)
Show description for 04130b2authored
Commits on Jul 13, 2024
gh-121652: Handle `allocate_weakref` returning NULL (#121653)
Show description for a640a60authoredgh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)
Show description for 1801545authored
Commits on Jul 12, 2024
Commits on Jul 11, 2024
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Show description for 5250a03authored
Commits on Jul 10, 2024
gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)
Show description for 3ec719fauthored- authored
gh-121460: Skip freeing unallocated arenas (gh-121491)
Show description for a802277authored- authored
Commits on Jul 9, 2024
gh-117657: Fix TSAN races in setobject.c (#121511)
Show description for 9c08f40authored
Commits on Jul 8, 2024
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Show description for 1d3cf79authored
Commits on Jul 5, 2024
gh-121288: Make error message for index() methods consistent (GH-121395)
Show description for 8ecb896authored
Commits on Jul 3, 2024
Commits on Jul 2, 2024
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Show description for 8e8d202authored- authored
Commits on Jul 1, 2024
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
Show description for 294e724authored
Commits on Jun 29, 2024
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
Show description for 2cb84b1authored
Commits on Jun 28, 2024
Commits on Jun 27, 2024
- authored
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ecandauthored
Commits on Jun 26, 2024
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2andauthoredgh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Show description for e51e880authored- authored
Commits on Jun 24, 2024
gh-120858: PyDict_Next should not lock the dict (#120859)
Show description for 375b723authoredgh-120860: Fix a few bugs in `type_setattro` error paths. (#120861)
Show description for dee63cbauthored