Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

miss-islington
Copy link
Contributor

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

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 [email protected]

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 <[email protected]>
@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.8] Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) [3.8] bpo-37491: Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) Jul 17, 2019
@miss-islington
Copy link
Contributor Author

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

@miss-islington miss-islington merged commit 6357433 into python:3.8 Jul 17, 2019
@miss-islington miss-islington deleted the backport-719a062-3.8 branch July 17, 2019 17:29
@miss-islington
Copy link
Contributor Author

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

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