mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
If name is NULL, name is now set to co->co_name. If qualname is NULL, qualname is now set to name. qualname must not be NULL: it is used to build error messages. Cleanup also the code: declare variables where they are initialized. Rename "name" local variables to "varname" to avoid overriding "name" parameter.
Miscellaneous source files for the main Python shared library