mirror of
https://github.com/python/cpython.git
synced 2025-09-03 15:31:08 +00:00
4 lines
No EOL
208 B
Python
4 lines
No EOL
208 B
Python
# Filter out warnings about signed/unsigned constants
|
|
import warnings
|
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
|
|
warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor") |