Home | History | Annotate | Download | only in python2.7

Lines Matching full:forked

1214     # Reset _active_limbo_lock, in case we forked while the lock was held
1215 # by another (non-forked) thread. http://bugs.python.org/issue874900