Commits
User selector
Commit History
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260authored
Commits on Mar 17, 2025
Commits on Feb 25, 2025
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236authored
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104authored
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22authored
Commits on Aug 3, 2024
gh-122313: Clean up deep recursion guarding code in the compiler (GH-122640)
Show description for efcd65cauthored
Commits on May 3, 2024
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5authored
Commits on Jan 16, 2024
Commits on Sep 8, 2023
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3bauthored
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958authored
Commits on May 22, 2023
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88authored
Commits on May 15, 2023
Commits on Oct 5, 2022
Commits on Jun 1, 2022
Commits on May 30, 2022
Commits on Dec 14, 2021
Commits on Nov 16, 2021
bpo-45753: Make recursion checks more efficient. (GH-29524)
Show description for b931077authored
Commits on Jul 29, 2021
Commits on Jul 28, 2021
Commits on Apr 29, 2021
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858andauthored
Commits on Apr 25, 2021
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07authored
Commits on Mar 18, 2021
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Show description for eec8e61authored
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26authored
Commits on Oct 10, 2020
bpo-42000: Cleanup the AST related C-code (GH-22641)
Show description for 02a1603authored
Commits on Sep 16, 2020
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Show description for a5634c4authored
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858eauthored
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored
Commits on Jun 6, 2020
Commits on May 27, 2020
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Show description for c116c94authored
Commits on May 15, 2020
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Show description for 16ab070andauthored