Skip to content

[3.7] bpo-37491: Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)#14820

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-719a062-3.7
Jul 17, 2019
Merged

[3.7] bpo-37491: Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)#14820
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-719a062-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 17, 2019

Copy link
Copy Markdown
Contributor

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 719a062)

Co-authored-by: Abhilash Raj maxking@users.noreply.github.com

https://bugs.python.org/issue37491

…nGH-14813)

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 719a062)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
@miss-islington miss-islington requested a review from a team as a code owner July 17, 2019 16:49
@warsaw warsaw changed the title [3.7] Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) [3.7] bpo-37491: Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) Jul 17, 2019
@miss-islington

Copy link
Copy Markdown
Contributor Author

@maxking and @warsaw: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 80f74ce into python:3.7 Jul 17, 2019
@miss-islington miss-islington deleted the backport-719a062-3.7 branch July 17, 2019 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants