mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
d663d34685
Log "Warning -- ..." test warnings into sys.__stderr__ rather than sys.stderr, to ensure to display them even if sys.stderr is captured. test.libregrtest.utils.print_warning() now calls test.support.print_warning().