<@U051221NF>: a thing that might need to block upg...
# pex
w
@happy-kitchen-89482: a thing that might need to block upgrading pex in pants: https://github.com/pantsbuild/pex/issues/887 cc @aloof-angle-91616
a
i specifically attempted to decouple the upgrading of pex in pants from the pex version used in ipex via the
--pex-version
option. it's good to keep an eye out, but note that mitigation mechanisms are in place.
w
Understood. But we cannot have the rest of our builds take 12 minutes longer than before.
👌 1
Independent of ipex, this affects pex usage, I think?
☝️ 1
a
hm
yes
thank you
entirely correct
w
@aloof-angle-91616: do you think that that same issue would repro with the pip CLI tool? if so, might go even further upstream
a
yes, and yes
i have a remarkably tiny fix
that i am pretty sure i just showed actually works
i'm thinking of posting the pex diff and then posting an upstream pip diff and linking back to it
it involves caching the result of the
parse_links()
method is all
w
❤️
❤️ 1
a
ok awesome