Fix py_freeze! to run library with __main__ without __init__ by youknowone · Pull Request #4581 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Conversation
youknowone
mentioned this pull request
youknowone
requested review from
DimitrisJim and
coolreader18
coolreader18
commented
Mar 2, 2023
coolreader18 commented
Member
It seems like CPython just has a dummy file as Lib/test/__init__.py? It seems like __init__-less packages are deprecated, or at least the code enabling them is marked as a backwards-compatibility hack
youknowone
commented
Mar 2, 2023
youknowone commented
Member Author
oh, i missed that. Thank you!
youknowone
closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment