mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
c9758784eb
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