mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-131306: Remove unused code related to BINARY_SUBSCR (#131307)
This commit is contained in:
parent
bf4c1bf344
commit
d07e9ebbe8
5 changed files with 6 additions and 15 deletions
|
|
@ -256,7 +256,7 @@ struct _specialization_cache {
|
|||
// - If getitem is NULL, then getitem_version is meaningless.
|
||||
// - If getitem->func_version == getitem_version, then getitem can be called
|
||||
// with two positional arguments and no keyword arguments, and has neither
|
||||
// *args nor **kwargs (as required by BINARY_SUBSCR_GETITEM):
|
||||
// *args nor **kwargs (as required by BINARY_OP_SUBSCR_GETITEM):
|
||||
PyObject *getitem;
|
||||
uint32_t getitem_version;
|
||||
PyObject *init;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue