Skip to content

Commit 4ca90bf

Browse files
committed
add Argument Clinic comment
This line of comment is copied from definition of `builtin_getattr` in Python/bltinmodule.c. Make this newly added `_types_lookup_special_impl` easier to be found when doing the Argument Clinic convertion in the future.
1 parent 74457bf commit 4ca90bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_typesmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Lookup method name `name` on `object` skipping the instance dictionary.\n\
1616
`name` must be a string. If the named special attribute does not\n\
1717
exist,`default` is returned if provided, otherwise `AttributeError` is raised.");
1818

19+
/* AC: cannot convert yet, as needs PEP 457 group support in inspect */
1920
static PyObject *
2021
_types_lookup_special_impl(PyObject *self, PyObject *const *args, Py_ssize_t nargs)
2122
{

0 commit comments

Comments
 (0)