#10564·numba

`TimingListener` 可能不具备线程安全性

作者: ikrommyd创建于 2026年4月23日更新于 2026年9月17日
标签threadingbug - incorrect behaviorfree-threading

../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:443: in _compile_for_args raise e ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:376: in _compile_for_args return_val = self.compile(tuple(argtypes)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:908: in compile cres = self._compiler.compile(args, return_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:80: in compile status, retval = self._compile_cached(args, return_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:94: in _compile_cached retval = self._compile_core(args, return_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/dispatcher.py:107: in _compile_core cres = compiler.compile_extra(self.targetdescr.typing_context, ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/compiler.py:739: in compile_extra return pipeline.compile_extra(func) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/compiler.py:439: in compile_extra return self._compile_bytecode() ^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../micromamba/envs/py3.14t/lib/python3.14t/site-packages/numba/core/compiler.py:505: in