pex 2.1.148 #2259
pex 2.1.148
#2259
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
2.1.148
Add support to the Pex for checking if built PEXes are valid Python
zipapps. Currently, Python zipapps must reside in 32 bit zip files due
to limitations of the stdlib
zipimportmodule'szipimporter; so thischeck amounts to a check that the built PEX zip does not use ZIP64
extensions. The check is controlled with a new
--check {none,warn,error}option, defaulting to warn.--checksupport for zipapps. #2253)This discussion was created from the release pex 2.1.148.
All reactions