-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
CRITICAL: getattr() does not have 3rd argument #633
Comments
Funny, I was reminded of it while working on #630 as it was messing with my tests. I've been working with this in the meantime: boost_transcript.js
If whe can't have getattr throw an exception (but why?), then removing the last |
|
There's no good reason why this is left out. |
Hi! I ran across the same issue recently (with Transcrypt 3.9.0 from pypi). Is there anything holding back the associated pull request #727? Thanks! |
I was surprised that getattr() function does not allow third default argument, which is critically important basic functionality as JavaScript does not raise AttributeErrors when accessing missing attributes and we cannot rely on those.
The text was updated successfully, but these errors were encountered: