Permalink
Please sign in to comment.
Browse files
byterun: Fix check for bound methods on falsy objects. (#95)
The test failures in core/glob_test, core/lexer_gen_test and core/lex_test were caused by calling a method on a falsy object and byterun incorrectly treating the `self` parameter as nonexistent.
- Loading branch information...
0 comments on commit
bb69129