diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-01-18 02:45:38 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-01-18 02:45:38 (GMT) |
commit | 6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d (patch) | |
tree | 8e1d748c529dedc8fd67b9a1001673e898764465 /Misc | |
parent | b746448f46e2a996d4384ddc087eac31a60f318b (diff) | |
download | cpython-6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d.zip cpython-6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d.tar.gz cpython-6ab22154ddabdb67bd510a1f2e0aa9c7e0ee607d.tar.bz2 |
Resolve issue 4449: AssertionError in mp_benchmarks.py
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ Core and Builtins Library ------- +- Issue #4449: AssertionError in mp_benchmarks.py, caused by an underlying issue + in sharedctypes.py. + - Issue #1225107: inspect.isclass() returned True for instances with a custom __getattr__. |