CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
Python 3.13.0a0 (heads/fix-func-cache-dirty:531930f47f, Aug 22 2023, 07:17:15) [Clang 14.0.3 (clang-1403.0.22.14.1)]
A clear and concise description of the bug:
~/cpython$ ./python.exe-Xuops-mtesttest_opcache-mtest_store_attr_with_hint0:00:00loadavg: 27.04Runtestssequentially0:00:00loadavg: 27.04 [1/1] test_opcachetesttest_opcachefailed--Traceback (mostrecentcalllast):
File"/Users/guido/cpython/Lib/test/test_opcache.py", line955, intest_store_attr_with_hintself.assert_races_do_not_crash(opname, get_items, read, write)
File"/Users/guido/cpython/Lib/test/test_opcache.py", line524, inassert_races_do_not_crashself.assert_specialized(read, opname)
File"/Users/guido/cpython/Lib/test/test_opcache.py", line503, inassert_specializedself.assertIn(opname, opnames)
AssertionError: 'STORE_ATTR_WITH_HINT'notfoundin {'RETURN_CONST', 'FOR_ITER_LIST', 'LOAD_CONST', 'RESUME', 'STORE_ATTR', 'STORE_FAST', 'ENTER_EXECUTOR', 'END_FOR', 'GET_ITER', 'LOAD_FAST'}
test_opcachefailed (1failure)
==Testsresult: FAILURE==1testfailed:
test_opcacheTotalduration: 268msTestsresult: FAILURELinked PRs
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
Python 3.13.0a0 (heads/fix-func-cache-dirty:531930f47f, Aug 22 2023, 07:17:15) [Clang 14.0.3 (clang-1403.0.22.14.1)]
A clear and concise description of the bug:
Linked PRs