mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
72c10d3f1a
Alas, warnings.catch_warnings() has global scope, not thread scope, so this is still not perfect, but it reduces the time during which warnings are ignored. Better solution welcome.