Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify PEX teardown / leave stderr in tact. #1813

Merged
merged 3 commits into from
Jun 20, 2022

Commits on Jun 19, 2022

  1. Simplify PEX teardown / leave stderr in tact.

    For historical reasons that are no longer relevant, `PEX` accrued
    complicated teardown code that, among other things, replaced
    `sys.stderr` with `/dev/null`. This could lead to lost messages to
    stderr. Simply remove the complicated and no-longer useful code.
    
    Fixes pex-tool#1802
    jsirois committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    47ef53d View commit details
    Browse the repository at this point in the history
  2. Fix dangling todo fixme.

    jsirois committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    86803a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Fix test for PyPy.

    jsirois committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2c4480a View commit details
    Browse the repository at this point in the history