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
When we pass --strip_py to a python binary, one might expect all .py files to be stripped, not just the main file passed to the binary. This isn't true as these dependencies are concatenated directly onto the resulting zip. We would need to unpack them, and re-pack the pex file to do this though.
The text was updated successfully, but these errors were encountered:
When we pass
--strip_py
to a python binary, one might expect all .py files to be stripped, not just the main file passed to the binary. This isn't true as these dependencies are concatenated directly onto the resulting zip. We would need to unpack them, and re-pack the pex file to do this though.The text was updated successfully, but these errors were encountered: