]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108444: Remove _PyLong_AsInt() function (#108461)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Aug 2023 09:13:59 +0000 (11:13 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 09:13:59 +0000 (11:13 +0200)
commite59a95238b76f518e936b6e70da9207d923964db
treedda31d8f166f311c82323a20effffeec499e3874
parent24aa249a6633249570978d6aae6f7b21581ee085
gh-108444: Remove _PyLong_AsInt() function (#108461)

* Update Parser/asdl_c.py to regenerate Python/Python-ast.c.
* Remove _PyLong_AsInt() alias to PyLong_AsInt().
Include/cpython/longobject.h
Parser/asdl_c.py
Python/Python-ast.c