mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
05f8318655
Fix a regression introduced by af8646c805 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