[3.6] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by miss-islington · Pull Request #6527 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.6from
Apr 19, 2018Merged
Conversation
Copy link Copy Markdown
Contributor
Converting with line_info=False and col_info=True crashed before.
(cherry picked from commit e5362ea)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
pythonGH-6519) Converting with line_info=False and col_info=True crashed before. (cherry picked from commit e5362ea) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Apr 18, 2018
miss-islington commented
Apr 18, 2018@serhiy-storchaka: Backport status check is done, and it's a success ✅ .
serhiy-storchaka approved these changes Apr 19, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
fc8693d
into
python:3.6
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Apr 19, 2018
miss-islington commented
Apr 19, 2018Thanks!
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-e5362ea-3.6
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment