Skip to content
Snippets Groups Projects
Unverified Commit e8edbda8 authored by Pablo Galindo Salgado's avatar Pablo Galindo Salgado Committed by GitHub
Browse files

[3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (#95178)


(cherry picked from commit 9762572d)

Co-authored-by: default avatarPablo Galindo Salgado <Pablogsal@gmail.com>
parent f15be2fa
Branches
Tags
No related merge requests found
......@@ -1506,6 +1506,10 @@ Changes in the Python API
is larger than the population size, a :exc:`ValueError` is raised.
(Contributed by Raymond Hettinger in :issue:`40465`.)
* :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. (Contributed by Pablo Galindo in :gh:`93351`)
Build Changes
=============
......
: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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment