We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa94d34 commit 4845b0eCopy full SHA for 4845b0e
Modules/_testlimitedcapi/set.c
@@ -158,7 +158,7 @@ test_frozenset_add_in_capi(PyObject *self, PyObject *Py_UNUSED(obj))
158
static PyObject *
159
test_set_contains_does_not_convert_unhashable_key(PyObject *self, PyObject *Py_UNUSED(obj))
160
{
161
- // see documentation of int PySet_Contains in c-api/set.rst
+ // See https://docs.python.org/3/c-api/set.html#c.PySet_Contains
162
PyObject *outer_set = PySet_New(NULL);
163
164
PyObject *needle = PySet_New(NULL);
0 commit comments