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 4c71c12 commit 09fbac5Copy full SHA for 09fbac5
Python/ceval.c
@@ -1459,8 +1459,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
1459
PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(dict->ma_keys) + cache->index; \
1460
res = ep->me_value; \
1461
DEOPT_IF(res == NULL, LOAD_##attr_or_method); \
1462
- /* XXX: Remove this next line to make test_asyncio very angry! */ \
1463
- DEOPT_IF(LOAD_##attr_or_method == LOAD_ATTR, LOAD_##attr_or_method); \
1464
STAT_INC(LOAD_##attr_or_method, hit); \
1465
Py_INCREF(res);
1466
0 commit comments