commit | a7b0976c3e183397a648598d96a7e1fa965cbd90 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Oct 15 13:43:21 2011 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Oct 15 13:43:21 2011 -0400 |
tree | 893cfaada76ad21f2d3f9798cf98c60e5df32e84 | |
parent | 5baef6d23b766121d92e8f562557ff9c3f3ef2db [diff] [blame] |
PyEval_CallObject requires a tuple of args (closes #13186)
diff --git a/Misc/NEWS b/Misc/NEWS index 03c4569..6fdcc6f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #13186: Fix __delitem__ on old-style instances when invoked through + PySequence_DelItem. + - Issue #13156: Revert the patch for issue #10517 (reset TLS upon fork()), which was only relevant for the native pthread TLS implementation.