The shown text was incorrect. The bpo link pointed to the intended bug. ... Fixed the text.
This commit is contained in:
Greg Stein 2020-04-21 13:07:44 -05:00 committed by GitHub
parent 5b7d9991b7
commit e324ce2304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ only indirectly exposed by the *parser* module and a surprisingly small part of
the code in the CST production is reused in the module). Which is worse: the whole
tree is kept in memory, keeping many branches that consist of chains of nodes with
a single child. This has been shown to consume a considerable ammount of memory (for
instance in `bpo-26451: Excessive peak memory consumption by the Python
instance in `bpo-26415: Excessive peak memory consumption by the Python
parser <https://bugs.python.org/issue26415>`_).
Having to produce an intermediate result between the grammar and the AST is not only