This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwilk
Recipients cody, jwilk
Date 2017-09-01.17:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504285369.58.0.227886312718.issue31301@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce it here:

Python 2.7.13 (default, Jan 19 2017, 14:48:08) 
[GCC 6.3.0 20170118] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ast
>>> s = open('id%3A000000,sig%3A11,src%3A000000,op%3Ahavoc,rep%3A32').read()
>>> ast.parse(s)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
TypeError: compile() expected string without null bytes
History
Date User Action Args
2017-09-01 17:02:49jwilksetrecipients: + jwilk, cody
2017-09-01 17:02:49jwilksetmessageid: <1504285369.58.0.227886312718.issue31301@psf.upfronthosting.co.za>
2017-09-01 17:02:49jwilklinkissue31301 messages
2017-09-01 17:02:49jwilkcreate