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
-
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
zipimport
module'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.--check
support for zipapps. #2253)This discussion was created from the release pex 2.1.148.
Beta Was this translation helpful? Give feedback.
All reactions