PEP 651: Improve wording a bit. Suggested by Larry Hastings. (#1776)
This commit is contained in:
parent
6982646dd8
commit
8ab726ddf7
|
@ -11,7 +11,8 @@ Post-History: 19-Jan-2021
|
|||
Abstract
|
||||
========
|
||||
|
||||
This PEP proposes that machine stack overflow is treated differently from runaway recursion.
|
||||
This PEP proposes that Python should treat machine stack overflow differently from runaway recursion.
|
||||
|
||||
This would allow programs to set the maximum recursion depth to fit their needs
|
||||
and provide additional safety guarantees.
|
||||
|
||||
|
|
Loading…
Reference in New Issue