commit | 6e7832b04caf33196a56c153821631d33bbb3bff | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Mar 16 09:32:59 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Mar 16 09:32:59 2012 -0500 |
tree | 3f75dbefc12a38a02432b9ecfc4b5e1029eb3acd | |
parent | 51a65c91611aa7deb222f24ad2c94021910b7a54 [diff] [blame] |
check to make sure the attribute is a string (#14334)
diff --git a/Misc/NEWS b/Misc/NEWS index b8edcaa..40c88d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #14334: Prevent in a segfault in type.__getattribute__ when it was not + passed strings. + - Issue #14161: fix the __repr__ of file objects to escape the file name. - Issue #1469629: Allow cycles through an object's __dict__ slot to be