Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Update the environ shim to be compatible with Python 3.9 #98

Merged
merged 2 commits into from
Jul 14, 2021

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    9ffdf6e View commit details
    Browse the repository at this point in the history
  2. Update environ shim to be compatible with Python 3.9

    The `os.putenv()` and `os.unsetenv()` are always available starting in Python
    3.9, removing the need for special handling in the `os._Environ` mapping:
    python/cpython@b8d1262
    
    Update the environ shim to match.
    andni233 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    448a404 View commit details
    Browse the repository at this point in the history