<#1971 Pex POSIX locking appears to be broken.> Ne...
# github-notifications
q
#1971 Pex POSIX locking appears to be broken. New issue created by jsirois I added a knob to force bsd style locks using
_PEX_LOCK_FILE_STYLE=bsd
in #1962 and this looks like it solved #1969. The failure mechanism of POSIX locks needs to be understood and either bsd locks switched to wholesale or else POSIX locks fixed. The
_PEX_LOCK_FILE_STYLE
env var should then be deprecated to emit warning messages on use and then removed in 3.0.0. pantsbuild/pex