mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Fix a regression introduced by af8646c8054d0f4180a2013383039b6a472f9698 that was causing code of the form: if True and False: do_something() to be optimized incorrectly, eliminating the block.
Miscellaneous source files for the main Python shared library