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
PyOxidizer breaks on stdlib-list as it doesnt provide __file__ See indygreg/PyOxidizer#69 for more info about why, but the tl;dr version is __file__ is an optional attribute and should not be relied upon.
Uh oh!
There was an error while loading. Please reload this page.
PyOxidizer breaks on
stdlib-list
as it doesnt provide__file__
See indygreg/PyOxidizer#69 for more info about why, but the tl;dr version is__file__
is an optional attribute and should not be relied upon.e.g. at the moment this is what it looks like
The text was updated successfully, but these errors were encountered: