The Wayback Machine - https://web.archive.org/web/20210910033951/https://github.com/python/cpython/tree/main/Objects
Skip to content
main
Switch branches/tags
cpython/Objects/
cpython/Objects/

Latest commit

The deallocator function of the BaseException type now uses the
trashcan mecanism to prevent stack overflow. For example, when a
RecursionError instance is raised, it can be linked to another
RecursionError through the __context__ attribute or the __traceback__
attribute, and then a chain of exceptions is created. When the chain
is destroyed, nested deallocator function calls can crash with a
stack overflow if the chain is too long compared to the available
stack memory.
fb30509

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Source files for various builtin objects