Commits
User selector
Commit History
Commits on Feb 18, 2023
gh-101967: add a missing error check (GH-101968)
Show description for 92050e8andauthored
Commits on Sep 20, 2022
[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
Show description for 21b5af9authored
Commits on Jul 5, 2022
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579)
Show description for 5e24c80authored
Commits on May 25, 2022
[3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
Show description for 9369942authored
Commits on Mar 7, 2022
[3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
Show description for 3594ebcauthored
Commits on Jan 12, 2022
- authored
Yury Selivanov
Commits on Jan 11, 2022
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
Show description for b1a94f1andauthored
Commits on Dec 8, 2021
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988)
Show description for 99c7232authored
Commits on Oct 4, 2021
[3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711). (GH-28718)
Show description for b549978authored
Commits on Jul 19, 2021
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235)
Show description for 37bdd22andauthored
Commits on Jul 16, 2021
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195)
Show description for 42a5514andauthored[3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183)
Show description for 0e349eaauthored
Commits on Jul 13, 2021
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830)
Show description for 4a0f1dfandauthored
Commits on Jul 8, 2021
Commits on May 2, 2021
Commits on Apr 30, 2021
bpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81aauthored
Commits on Apr 14, 2021
bpo-38530: Offer suggestions on NameError (GH-25397)
Show description for 5bf8bf2authored
Commits on Apr 13, 2021
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Show description for 9e7b207authored
Commits on Apr 10, 2021
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Show description for 09bbebeauthored
Commits on Apr 8, 2021
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
Show description for 28d28e0authored
Commits on Apr 6, 2021
bpo-43683: Handle generator entry in bytecode (GH-25138)
Show description for b37181eauthored- authored
Commits on Apr 1, 2021
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Show description for fcb55c0authored
Commits on Mar 25, 2021
Commits on Mar 18, 2021
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Show description for fc980e0authored
Commits on Mar 5, 2021
Commits on Mar 4, 2021
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
Show description for 131d551authored
Commits on Feb 28, 2021
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26authored
Commits on Feb 21, 2021
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Show description for d5fc998authored
Commits on Feb 20, 2021
bpo-42990: Functions inherit current builtins (GH-24564)
Show description for 46496f9authored
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthoredbpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Show description for a486054authored