commit | b91ef008baf3f6954bf2849f7b5235f9d1a1f6d8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 19 19:38:12 2013 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 19 19:38:12 2013 -0700 |
tree | da17615f2a196cbb36dfdb639a3a166b3ed407b7 | |
parent | f41ffedad07520b4fcd34720677b1452fa5f867a [diff] [blame] |
add missing NULL check (closes #18019)
diff --git a/Misc/NEWS b/Misc/NEWS index efd7724..cb7fd60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #18019: Fix crash in the repr of dictionaries containing their own + views. + Library -------