Peter Bierma

Results 144 comments of Peter Bierma

Ah, FWIW, I was being dumb - my example here is unable to import a submodule anyway: ```py import sys sys.path.append("./x.zip") import x ``` (I don't think this is something...

Well, it doesn't "report" exceptions, it displays an unraisable error. But yeah, I wouldn't call that silent. I guess it should be changed to something like "Exceptions that occur when...

@Zannick Please don't force push, it makes reviewing much more difficult. Everything is squash merged at the end.