mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
183 B
ReStructuredText
3 lines
183 B
ReStructuredText
:class:`ast.AST` node positions are now validated when provided to
|
|
:func:`compile` and other related functions. If invalid positions are
|
|
detected, a :exc:`ValueError` will be raised.
|