SIGN IN SIGN UP

bpo-27535: Fix memory leak with warnings ignore (#4489)

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.
V
Victor Stinner committed
c9758784eb321fb9771e0bc7205b296e4d658045
Parent: 21c7730
Committed by GitHub <noreply@github.com> on 11/27/2017, 3:57:07 PM