Skip to content

Commit 16db374

Browse files
committed
Add pending-removal-in-3.19.rst mention
1 parent 90b7428 commit 16db374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/deprecations/pending-removal-in-3.19.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Pending removal in Python 3.19
22
------------------------------
33

4+
* :mod:`ast`:
5+
6+
* Creating instances of abstract AST nodes (such as :class:`ast.AST`
7+
or :class:`!ast.expr`) is deprecated and will raise an error in Python 3.19.
8+
49
* :mod:`ctypes`:
510

611
* Implicitly switching to the MSVC-compatible struct layout by setting

0 commit comments

Comments
 (0)