mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4039 from tk0miya/4006_crash_on_parallel_build
Fix #4006: Fix crash on parallel build
This commit is contained in:
commit
2f8a342839
1
CHANGES
1
CHANGES
@ -26,6 +26,7 @@ Bugs fixed
|
||||
* Missing ``texinputs_win/Makefile`` to be used in latexpdf builder on windows.
|
||||
* #4026: nature: Fix macOS Safari scrollbar color
|
||||
* #3877: Fix for C++ multiline signatures.
|
||||
* #4006: Fix crash on parallel build
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -122,6 +122,7 @@ class ParallelTasks(object):
|
||||
logger.handle(log)
|
||||
self._result_funcs.pop(tid)(self._args.pop(tid), result)
|
||||
self._procs[tid].join()
|
||||
self._precvs.pop(tid)
|
||||
self._pworking -= 1
|
||||
break
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user