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 316443a commit 52ceec7Copy full SHA for 52ceec7
Include/cpython/object.h
@@ -255,7 +255,7 @@ struct _specialization_cache {
255
// - If getitem is NULL, then getitem_version is meaningless.
256
// - If getitem->func_version == getitem_version, then getitem can be called
257
// with two positional arguments and no keyword arguments, and has neither
258
- // *args nor **kwargs (as required by BINARY_SUBSCR_GETITEM):
+ // *args nor **kwargs (as required by BINARY_OP_SUBSCR_GETITEM):
259
PyObject *getitem;
260
uint32_t getitem_version;
261
PyObject *init;
0 commit comments