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-107782: Use _testcapi to test non-representable signatures #109325

Merged

Commits on Sep 12, 2023

  1. pythongh-107782: Use _testcapi to test non-representable signatures

    Builtin functions and methods that have non-representable signatures today
    will have representable signatures yesterday, and they will become unusable
    for testing this feature.
    
    So we need to add special functions and methods to the _testcapi module
    that always have non-representable signatures.
    serhiy-storchaka committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5fe56f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    820f4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a126bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d27ed View commit details
    Browse the repository at this point in the history