Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6334

What is the stack used for in CPython, if anything?

$
0
0

As far as I understand:

  • The OS kernel (e.g. Linux) alwaysallocates a stack for each system-level thread when a thread is created.
  • CPython is known for using a private heap for its objects, including presumably the call stack for Python subroutines.

If so, what is the stack used for in CPython, if anything?


Viewing all articles
Browse latest Browse all 6334

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>