]> granicus.if.org Git - python/commit
[3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 31 Oct 2017 00:46:34 +0000 (00:46 +0000)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 00:46:34 +0000 (17:46 -0700)
commit690c36f2f1085145d364a89bfed5944dd2470308
treedb583db6fa71f47ac466224a6b36d48396b0aeed
parent2702380870b63ebe0161dfa29a2d0a3de02401b4
[3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2017-10-27-19-18-44.bpo-31852.P_4cVr.rst [new file with mode: 0644]
Parser/tokenizer.c