Thanks to visit codestin.com Credit goes to github.com
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 f7a6ff6 commit 10485ebCopy full SHA for 10485eb
1 file changed
Doc/library/dbm.rst
@@ -361,6 +361,11 @@ The module defines the following:
361
database has to be created. It defaults to octal ``0o666`` (and will be modified
362
by the prevailing umask).
363
364
+ .. warning::
365
+ It is possible to crash the Python interpreter when loading a database
366
+ with a sufficiently large/complex entry due to stack depth limitations in
367
+ Python's AST compiler.
368
+
369
.. versionchanged:: 3.5
370
:func:`.open` always creates a new database when the flag has the value
371
``'n'``.
0 commit comments