From: Serhiy Storchaka Date: Sat, 4 Oct 2014 12:05:22 +0000 (+0300) Subject: Fixed issue number for issue #22470 in Misc/NEWS. X-Git-Tag: v3.5.0a1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d32abc12e8764f39c562de31dbe6196a94f4c3bd;p=python Fixed issue number for issue #22470 in Misc/NEWS. --- d32abc12e8764f39c562de31dbe6196a94f4c3bd diff --cc Misc/NEWS index 48bdc57508,9915e4e9cd..7c377a0682 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,15 -9,9 +10,15 @@@ Release date: TB Core and Builtins ----------------- - - Issue #22518: Fixed integer overflow issues in "backslashreplace", + - Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. +- Issue #22540: speed up `PyObject_IsInstance` and `PyObject_IsSubclass` in the + common case that the second argument has metaclass `type`. + +- Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` + but accepting a `va_list` argument. + - Issue #22520: Fix overflow checking when generating the repr of a unicode object.