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-93021: Fix __text_signature__ for __get__ #93023

Merged
merged 1 commit into from
Jun 21, 2022
Merged

Commits on May 20, 2022

  1. pythongh-93021: Fix __text_signature__ for __get__

    Because of the way wrap_descr_get is written, the second argument
    to __get__ methods implemented through the wrapper is always
    optional.
    JelleZijlstra committed May 20, 2022
    Configuration menu
    Copy the full SHA
    7806f47 View commit details
    Browse the repository at this point in the history