Commits
User selector
Commit History
Commits on Dec 6, 2022
Commits on Nov 21, 2022
[3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423)
Show description for a3480ecauthoredgh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Show description for 9dda902andauthored[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Show description for aa06786andauthored
Commits on Nov 16, 2022
[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514)
Show description for a06fb51authored
Commits on Nov 15, 2022
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
Show description for f4cb828andauthored
Commits on Nov 11, 2022
Commits on Nov 10, 2022
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
Show description for f9a68beandauthored
Commits on Nov 9, 2022
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Show description for 7c9c993andauthored
Commits on Nov 3, 2022
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
Show description for 41a9f49andauthored
Commits on Nov 1, 2022
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
Show description for 39e0627andauthored
Commits on Oct 30, 2022
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Show description for 57dd110andauthored
Commits on Oct 12, 2022
Commits on Oct 7, 2022
Add a warning message about PyOS_snprintf (GH-95993)
Show description for 0a84b7aandauthored[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002)
Show description for 89e9474authored
Commits on Oct 5, 2022
[3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106)
Show description for eecbeecauthored[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886)
Show description for 015b49aandauthored
Commits on Oct 4, 2022
[3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812)
Show description for 4591daeauthored
Commits on Oct 3, 2022
[3.11] Fix typos in `bltinmodule.c`. (GH-97789)
Show description for 4d4b1e6andauthored
Commits on Sep 26, 2022
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Show description for a4ff0eaandauthored
Commits on Sep 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Show description for 6a646ddandauthored- authored
Commits on Sep 20, 2022
[3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96973)
Show description for 0e61d2bauthoredGH-96864: Check for error between line and opcode events (GH-96880)
Show description for 32d80deandauthoredgh-96387: take_gil() resets drop request before exit (#96869) (#96941)
Show description for 6ff5471authored
Commits on Sep 13, 2022
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)
Show description for c4cf745andauthored[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
Show description for 4958820authored
Commits on Sep 10, 2022
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Show description for 7033dc8andauthoredFix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Show description for c563b89andauthored
Commits on Sep 9, 2022
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Show description for 5586da6andauthored
Commits on Sep 8, 2022
[3.11] GH-96569: Avoid undefined behavior (#96616)
Show description for e72f469andauthored
Commits on Sep 6, 2022
GH-96572: fix use after free in trace refs build mode (GH-96618)
Show description for a389fdbandauthored
Commits on Sep 2, 2022
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Show description for f8b71daauthored
Commits on Aug 21, 2022
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)
Show description for 27f390bandauthored
Commits on Aug 19, 2022
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)
Show description for 1fa9644andauthored