blob: 997c990a96e4766084a4b5cac1551d179944c3b0 (
plain)
1
2
3
|
Fix a possible race condition affecting parallel builds configured with
``--enable-experimental-jit``, in which :exc:`FileNotFoundError` could be caused by
another process already moving ``jit_stencils.h.new`` to ``jit_stencils.h``.
|