mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
This helper is useful in a variety of ways, including in demonstrating how the different counts relate to one another. It will be used in a later change to help identify if a function is "stateless", meaning it doesn't have any free vars or globals. Note that a majority of this change is tests.
Source files for standard library extension modules, and former extension modules that are now builtin modules.