Staging
v0.8.1
https://github.com/python/cpython
Revision 635743355d9dbffdc9aa7a2cc8de1403fbdb8d9b authored by Miss Islington (bot) on 17 July 2019, 17:29:18 UTC, committed by GitHub on 17 July 2019, 17:29:18 UTC

This exception was caused because the input ended unexpectedly with only one
single quote instead of a pair with some value inside it.
(cherry picked from commit 719a062bcb7b08a56e6576dcd75f4244e6053209)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
1 parent 6816ca3
History
Tip revision: 635743355d9dbffdc9aa7a2cc8de1403fbdb8d9b authored by Miss Islington (bot) on 17 July 2019, 17:29:18 UTC
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Tip revision: 6357433
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.8 KB
_testembed.c -rw-r--r-- 39.5 KB
python.c -rw-r--r-- 298 bytes

README

back to top