We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316c44 commit 19b42feCopy full SHA for 19b42fe
Doc/library/functions.rst
@@ -260,6 +260,12 @@ are always available. They are listed here in alphabetical order.
260
character. This is to facilitate detection of incomplete and complete
261
statements in the :mod:`code` module.
262
263
+ .. warning::
264
+
265
+ It is possible to crash the Python interpreter with a
266
+ sufficiently large/complex string when compiling to an AST
267
+ object due to stack depth limitations in Python's AST compiler.
268
269
.. versionchanged:: 3.2
270
Allowed use of Windows and Mac newlines. Also input in ``'exec'`` mode
271
does not have to end in a newline anymore. Added the *optimize* parameter.
0 commit comments