mirror of
https://github.com/python/cpython.git
synced 2026-07-06 01:39:24 -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.