mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
The warnings module doesn't leak memory anymore in the hidden warnings registry for the "ignore" action of warnings filters. The warn_explicit() function doesn't add the warning key to the registry anymore for the "ignore" action.
Miscellaneous source files for the main Python shared library