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 481588a commit 097fc12Copy full SHA for 097fc12
1 file changed
InternalDocs/stack_protection.md
@@ -4,7 +4,7 @@ CPython protects against stack overflow in the form of runaway, or just very dee
4
Protection against pure Python stack recursion has existed since very early, but in 3.12 we added protection against stack overflow
5
in C code. This was initially implemented using a counter and later improved in 3.14 to use the actual stack depth.
6
For those platforms that support it (Windows, Mac, and most Linuxes) we query the operating system to find the stack bounds.
7
-For other platforms we use conserative estimates.
+For other platforms we use conservative estimates.
8
9
10
The C stack looks like this:
0 commit comments