mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
1b8aa7aafd
Because of the way wrap_descr_get is written, the second argument
to __get__ methods implemented through the wrapper is always
optional.
(cherry picked from commit 4e08fbcfdf)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Source files for various builtin objects