Skip to content
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

print '\xa' crashes the interactive shell #5184

Closed
koko0 opened this issue Feb 21, 2014 · 4 comments
Closed

print '\xa' crashes the interactive shell #5184

koko0 opened this issue Feb 21, 2014 · 4 comments
Milestone

Comments

@koko0
Copy link

koko0 commented Feb 21, 2014

on windows, with binary install from Christoph Gohlke (ver 1.2).
untitled

@minrk
Copy link
Member

minrk commented Feb 21, 2014

@takluyver showsyntaxerror is being called with a ValueError. How is that possible?

@takluyver
Copy link
Member

Because in Python 2, '\xa' fails with a ValueError on parsing. I seem to remember fixing this, let me track down the PR. We may have forgotten to backport the fix.

@takluyver
Copy link
Member

Yep, #4372. I think it should be fine to backport.

@minrk minrk added this to the 2.0 milestone Feb 21, 2014
minrk added a commit that referenced this issue Feb 21, 2014
@takluyver
Copy link
Member

Min backported and released this in 1.2.1, so closing here.

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

No branches or pull requests

3 participants