======================================================================
FAIL: test_specialization_stats (test.test__opcode.SpecializationStatsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/brandtbucher/cpython/Lib/test/test__opcode.py", line 81, in test_specialization_stats
self.assertCountEqual(stats.keys(), specialized_opcodes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Element counts were not equal:
First has 0, Second has 1: 'precall'
----------------------------------------------------------------------