mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
The uops test wasn't testing anything by default, and was failing when run with -Xuops. Made the two executor-related context managers global, so TestUops can use them (notably `with temporary_optimizer(opt)`). Made clear_executor() a little more thorough. Fixed a crash upon finalizing a uop optimizer, by adding a `tp_dealloc` handler.
Miscellaneous source files for the main Python shared library