commit | 0fb88f7c51cca016e6210e8058b5d5d271f79989 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jul 20 13:04:11 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jul 20 13:04:11 2014 -0700 |
tree | 7518304112fef295b07405e7a03187c9265e105f | |
parent | 8f25762a9455882e87d06b0e1cfd11f92b1ab6fe [diff] [blame] |
correct ref counting of default_action (closes #22017)
diff --git a/Misc/NEWS b/Misc/NEWS index d2fc3e2..efad9ea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Library ------- +- Issue #22017: Correct reference counting errror in the initialization of the + _warnings module. + - Issue 21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter.