PEP 651: Improve wording a bit. Suggested by Larry Hastings. (#1776)

This commit is contained in:
Mark Shannon 2021-01-25 10:32:38 +00:00 committed by GitHub
parent 6982646dd8
commit 8ab726ddf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.