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

gh-94808: Fix regex on exotic platforms #98036

Merged
merged 2 commits into from
Oct 7, 2022

Commits on Oct 7, 2022

  1. pythongh-94808: Fix regex on exotic platforms

    The test failed on a buildbot because the pointer was only 7 hex characters. To be safe,
    I bumped it down to 3: 4 in case we have 32-bit platforms, and 3 in case the pointer is very small.
    JelleZijlstra committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    18614fa View commit details
    Browse the repository at this point in the history
  2. fix installed tests

    JelleZijlstra committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9296d81 View commit details
    Browse the repository at this point in the history