mirror of
https://github.com/python/cpython.git
synced 2026-07-31 09:01:50 +08:00
termattrs() returns a chtype mask, but it was routed through an int, so a terminal that advertises A_ITALIC came back negative and the result could no longer be passed to the attribute functions.