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

build: fix IBM i build with Python 3.9 #48056

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 29, 2023

  1. test: disambiguate AIX and IBM i

    When built with Python 3.9 on IBM i, `process.platform` will return
    `os400` instead of `aix`. In preparation for this, make `common.isAIX`
    only return true for AIX and update the tests to add checks for
    `common.isIBMi` where they were missing.
    richardlau committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    029e66d View commit details
    Browse the repository at this point in the history
  2. build: fix IBM i build with Python 3.9

    Python 3.9 on IBM i returns "os400" for `sys.platform`.
    richardlau committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6407b2c View commit details
    Browse the repository at this point in the history