Highlights
- Arctic Code Vault Contributor
Popular repositories
49 contributions in the last year
Less
More
Contribution activity
April 2021
Created 1 commit in 1 repository
Created an issue in brython-dev/brython that received 2 comments
"InternalError: too much recursion" when using "document.select" with no match then accessing array
Can be reproduced on https://brython.info/tests/editor.html (tested on Firefox 87.0):
from browser import document document.select('#nonexistent')[0]
2
comments