| commit | 67245a6ed4a5e36584e5b6d9f0dd5ee4e42d65b1 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 05 07:01:49 2012 +0100 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 05 07:01:49 2012 +0100 |
| tree | d97df086ba7d0659893935d3213f118b4714f2aa | |
| parent | f1c42599bae9fcc47eb5f5d38ff077c000fef38f [diff] [blame] |
Issue #14168: Check for presence of _attrs before accessing it.
diff --git a/Misc/NEWS b/Misc/NEWS index 386e6c0..532d2a8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -511,6 +511,8 @@ Library ------- +- Issue #14168: Check for presence of _attrs before accessing it. + - Issue #14195: An issue that caused weakref.WeakSet instances to incorrectly return True for a WeakSet instance 'a' in both 'a < a' and 'a > a' has been fixed.