summaryrefslogtreecommitdiffstats
path: root/Lib/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/warnings.py')
-rw-r--r--Lib/warnings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/warnings.py b/Lib/warnings.py
index c4bb22e..d7ea057 100644
--- a/Lib/warnings.py
+++ b/Lib/warnings.py
@@ -364,7 +364,6 @@ def warn_explicit(message, category, filename, lineno,
action = defaultaction
# Early exit actions
if action == "ignore":
- registry[key] = 1
return
# Prime the linecache for formatting, in case the