Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
H A Dthread.py23 def _python_exit(): function
33 # Register for `_python_exit()` to be called just before joining all
37 threading._register_atexit(_python_exit)
H A Dprocess.py87 def _python_exit(): function
97 # Register for `_python_exit()` to be called just before joining all
101 threading._register_atexit(_python_exit)

Completed in 2 milliseconds