You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.1x moves on to replace __file__ and __package__ entirely by __spec__.
This commit ensures to keep up and avoid issues with former 2 being no longer
maintained or even removed at some point in future.
0 commit comments