You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing the warning will require warnings management or giving up on this robust way to /dev/null teardown and returning to the hackier construction of a DevNull file-like object as was done previously.
The text was updated successfully, but these errors were encountered:
This presents as:
This is unfortunate since we really do intend to leave that filehandle open until Python tears it down :/:
https://github.com/pantsbuild/pex/blob/47047749f52d80f16dd8b4fd940e76c0c110fdd0/pex/pex.py#L458-L464
Fixing the warning will require
warnings
management or giving up on this robust way to/dev/null
teardown and returning to the hackier construction of aDevNull
file-like object as was done previously.The text was updated successfully, but these errors were encountered: