History for Python/Python-ast.c - python/cpython · GitHub

github.com

Tin mới

[3.14] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (GH-156697) (#156704)

[3.14] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (GH-156697) (#156704)

[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227)

[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227)

[3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773) (GH-143269)

[3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773) (GH-143269)

[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)

[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)

[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)

[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)

[3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-133797) (#133842)

[3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-133797) (#133842)

gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)

gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)

gh-132661: Implement PEP 750 (#132662)

gh-132661: Implement PEP 750 (#132662)

gh-131238: Add explicit includes to pycore headers (#131257)

gh-131238: Add explicit includes to pycore headers (#131257)

GH-130396: Use computed stack limits on linux (GH-130398)

GH-130396: Use computed stack limits on linux (GH-130398)

GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)

GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)

GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)

GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)

gh-130139: always check ast node type in ast.parse() with ast input (#130140)

gh-130139: always check ast node type in ast.parse() with ast input (#130140)

gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)

gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)

gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)

gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)

gh-125268: Use static string for "1e309" in AST (#125272)

gh-125268: Use static string for "1e309" in AST (#125272)

gh-125010: Fix `use-after-free` in AST `repr()` (#125015)

gh-125010: Fix `use-after-free` in AST `repr()` (#125015)

gh-111178: Fix function signatures in Python-ast.c (#124942)

gh-111178: Fix function signatures in Python-ast.c (#124942)

gh-116022: Improve `repr()` of AST nodes (#117046)

gh-116022: Improve `repr()` of AST nodes (#117046)

gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)

gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)

gh-121141: add support for `copy.replace` to AST nodes (#121162)

gh-121141: add support for `copy.replace` to AST nodes (#121162)

gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)

gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)

gh-118851: Default ctx arguments to AST constructors to Load() (#118854)

gh-118851: Default ctx arguments to AST constructors to Load() (#118854)

gh-117486: Improve behavior for user-defined AST subclasses (#118212)

gh-117486: Improve behavior for user-defined AST subclasses (#118212)

gh-116322: Add Py_mod_gil module slot (#116882)

gh-116126: Implement PEP 696 (#116129)

gh-117266: Fix crashes on user-created AST subclasses (GH-117276)

gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)

gh-105858: Improve AST node constructors (#105880)

GH-113655: Lower the C recursion limit on various platforms (GH-113944)

gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)

gh-111956: Add thread-safe one-time initialization. (gh-111960)

gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)

GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)

gh-108444: Remove _PyLong_AsInt() function (#108461)