]> granicus.if.org Git - python/commit
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
authorZackery Spytz <zspytz@gmail.com>
Thu, 12 Sep 2019 09:27:14 +0000 (03:27 -0600)
committerMark Shannon <mark@hotpy.org>
Thu, 12 Sep 2019 09:27:14 +0000 (10:27 +0100)
commit421a72af4deaec96a49a79951b9c2546a2faa13d
tree482c622c1573f91cf16e23f4171c12ac83fb5881
parent6954be815a16fad11d1d66be576865bbbeb2b97d
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)

The PyArena type is not part of the limited API, so these headers
shouldn't be part of it either.
Include/Python-ast.h
Include/asdl.h
Include/ast.h
Misc/NEWS.d/next/C API/2019-07-06-23-56-47.bpo-21120.lXHqlT.rst [new file with mode: 0644]
Parser/asdl_c.py