mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix a regression introduced byaf8646c805that was causing code of the form: if True and False: do_something() to be optimized incorrectly, eliminating the block. (cherry picked from commit05f8318655) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Miscellaneous source files for the main Python shared library