Fix typo (#1379)
The shown text was incorrect. The bpo link pointed to the intended bug. ... Fixed the text.
This commit is contained in:
parent
5b7d9991b7
commit
e324ce2304
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue