Home
last modified time | relevance | path

Searched refs:pendingcalls_thread (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_capi.py75 threads = [threading.Thread(target=self.pendingcalls_thread,
81 def pendingcalls_thread(self, context): member in TestPendingCalls