]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130775: Allow negative locations in `ast` (#130795)
authorsobolevn <mail@sobolevn.me>
Mon, 7 Apr 2025 16:35:17 +0000 (19:35 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 16:35:17 +0000 (19:35 +0300)
commitbc5233b6a5cdd8f77a4737ce317f94110869c082
tree7445029f783c932d3917f2c512db7a1f3cad780f
parent8e260b384aad1910e12b68981cd8390919184d5d
gh-130775: Allow negative locations in `ast` (#130795)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-03-20-02-45.gh-issue-130775.fEM6T-.rst [new file with mode: 0644]
Python/assemble.c