| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Sorry, something went wrong.
There was a problem hiding this comment.
It's definitely safer if user code handles this edge case.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In real world scenario (see Toufool/AutoSplit@ba2e3d4#diff-37d213d547553f3e9f803b055881175eebb3b15caf26baec90775d81be0389f0 where I was playing around with the new lazy import filtering API) I've hit the first arg being None. I think from exec'd/embedded code (e.g. shiboken6's signature bootstrap)
Weirdly, this is not documented: https://docs.python.org/3.15/library/sys.html#sys.set_lazy_imports_filter
I've considered | MaybeNone, but this is already advanced usage, may as well be correct and let advanced users account for this edge case.