mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Additional note: the `method_check_args` function in `Objects/descrobject.c` is written in such a way that it applies to all kinds of descriptors. In particular, a future re-implementation of `wrapper_descriptor` could use that code. CC @vstinner @encukou https://bugs.python.org/issue37645 Automerge-Triggered-By: @encukou
Miscellaneous source files for the main Python shared library