My safety check was an assert. Five lines made the module refuse to load without it.
DEV Community
My safety check was an assert. Five lines made the module refuse to load without it.
assert isinstance(flag, bool) reads like a check. Under python -O it is not there at all, and nothing...
0 comments
No comments yet.