From: Serhiy Storchaka Date: Sat, 14 Nov 2015 13:11:17 +0000 (+0200) Subject: Issue #25388: Fixed tokenizer crash when processing undecodable source code X-Git-Tag: v3.5.1rc1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e2b870b8593233306594237cd5286c60ec7a1e1;p=python Issue #25388: Fixed tokenizer crash when processing undecodable source code with a null byte. --- 7e2b870b8593233306594237cd5286c60ec7a1e1 diff --cc Misc/NEWS index 24f05098d7,1390642451..102f64d973 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -11,9 -10,9 +11,12 @@@ Release date: TB Core and Builtins ----------------- + - Issue #25388: Fixed tokenizer crash when processing undecodable source code + with a null byte. + +- Issue #25462: The hash of the key now is calculated only once in most + operations in C implementation of OrderedDict. + - Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now rejects builtin types with not defined __new__.