commit | 4e08fbcfdfa57ea94091aabdd09413708e3fb2bf | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Tue Jun 21 12:45:38 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 21 21:45:38 2022 +0200 |
tree | c0f7fcee354ead27cbdbc69c19954555585e013c | |
parent | dd5cf84f245abf84405833320b8f25dbc43b24d2 [diff] |
gh-93021: Fix __text_signature__ for __get__ (GH-93023) Because of the way wrap_descr_get is written, the second argument to __get__ methods implemented through the wrapper is always optional.