Skip to content

Commit 09fbac5

Browse files
committed
Remove workaround
1 parent 4c71c12 commit 09fbac5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/ceval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,8 +1459,6 @@ eval_frame_handle_pending(PyThreadState *tstate)
14591459
PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(dict->ma_keys) + cache->index; \
14601460
res = ep->me_value; \
14611461
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); \
14641462
STAT_INC(LOAD_##attr_or_method, hit); \
14651463
Py_INCREF(res);
14661464

0 commit comments

Comments
 (0)