diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-14 13:11:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-14 13:11:17 (GMT) |
commit | 7e2b870b8593233306594237cd5286c60ec7a1e1 (patch) | |
tree | 612fa432059cc31904217e4bf55bed6c124576d0 /Misc | |
parent | 2463001a15f0f1dab1b82e71f3d37b1bc7bc701f (diff) | |
parent | 0d441119f5eb6437f6145e89e0963f75494d8a3f (diff) | |
download | cpython-7e2b870b8593233306594237cd5286c60ec7a1e1.zip cpython-7e2b870b8593233306594237cd5286c60ec7a1e1.tar.gz cpython-7e2b870b8593233306594237cd5286c60ec7a1e1.tar.bz2 |
Issue #25388: Fixed tokenizer crash when processing undecodable source code
with a null byte.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Release date: TBA 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. |