Home
last modified time | relevance | path

Searched refs:bug1333982 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_dis.py164 def bug1333982(x=[]): function
186 """ % (bug1333982.__code__.co_firstlineno,
187 bug1333982.__code__.co_firstlineno + 1,
189 bug1333982.__code__.co_firstlineno + 1,
190 bug1333982.__code__.co_firstlineno + 2,
191 bug1333982.__code__.co_firstlineno + 1)
782 self.do_disassembly_test(bug1333982, dis_bug1333982)

Completed in 3 milliseconds