Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Uncomment require_global_compiler_lock() #120

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion numba/core/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def finalize(self):
Finalization involves various stages of code optimization and
linking.
"""
#require_global_compiler_lock()
require_global_compiler_lock()

# Report any LLVM-related problems to the user
self._codegen._check_llvm_bugs()
Expand Down