mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
a1565a80ef
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