]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31711)
authorOleg Iarygin <oleg@arhadthedev.net>
Tue, 19 Apr 2022 02:56:53 +0000 (05:56 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 02:56:53 +0000 (19:56 -0700)
commit7fbc7f61280d301c0ac88b65ee8747fcf19f01f8
treef28c4d9e1ce47eddd7880bd623523b6b2551790a
parent014eb7fd0242963ac475abb3c1fb9be0714b203f
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31711)

Closes GH-91098.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/Core and Builtins/2022-03-07-11-51-51.bpo-46942.57obVi.rst [new file with mode: 0644]
Objects/classobject.c
Objects/clinic/classobject.c.h [new file with mode: 0644]