blob: 292aea0be24dfbfc42ddd1c055ac62247132f01b (
plain)
1
|
Avoid deadlocking on a reentrant call to the multiprocessing resource tracker. Such a reentrant call, though unlikely, can happen if a GC pass invokes the finalizer for a multiprocessing object such as SemLock.
|