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 zseil
Recipients
Date 2006-05-19.20:26:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1326842

This is a documented limitation of compile. The docs
say "the input must be terminated by at least one
newline character". See:
http://docs.python.org/lib/built-in-funcs.html#l2h-16

I would say that this is a bug in the trace module
(compare trace.find_executable_module and
py_compile.compile).
History
Date User Action Args
2007-08-23 14:39:44adminlinkissue1479099 messages
2007-08-23 14:39:44admincreate