mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Because of the way wrap_descr_get is written, the second argument to __get__ methods implemented through the wrapper is always optional.
2 lines
106 B
ReStructuredText
2 lines
106 B
ReStructuredText
Fix the :attr:`__text_signature__` for :meth:`__get__` methods implemented
|
|
in C. Patch by Jelle Zijlstra.
|