pex 2.33.3 #2716
pex 2.33.3
#2716
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.33.3
This release fixes Pex Zip64 support such that PEX zips do not use Zip64 extensions unless needed.
Previously, any zip between ~2GB and ~4GB that actually fell under Zip64 limits would still use
Zip64 extensions. This prevented the file from being bootable under Python before the 3.13 release
since the
zipimporter
was not fixed to support ZIp64 extensions until then.The
--scie-only
option is fixed for the case when the-o
/--output-file
name does not end in.pex
. Previously there would be no scie (or PEX) output at all!Finally, this release fixes PEX scies such that, when split, the embedded PEX is both executable and
retains the expected name as provided by
-o
/--output-file
.--scie-only
for-o
not ending in.pex
. (Fix--scie-only
for-o
not ending in.pex
. #2715)This discussion was created from the release pex 2.33.3.
Beta Was this translation helpful? Give feedback.
All reactions