Created
September 22, 2011 10:19
-
-
Save glyphobet/1234480 to your computer and use it in GitHub Desktop.
This crashes Jython (2.5.2 final), without a trailing newline at the end of the file. With the newline, it's fine. In CPython, it's fine with or without the trailing newline. Reported to Jython in: http://bugs.jython.org/issue1812
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
class Foo(object): | |
def foo(arg): | |
pass | |
# comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment