mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08:00
* Rename 'defined' attribute to 'in_local' to more accurately reflect how it is used * Make death of variables explicit even for array variables. * Convert in_memory from boolean to stack offset * Don't apply liveness analyis to optimizer generated code * Add 'out' parameter to stack.pop
Miscellaneous source files for the main Python shared library