This commit is contained in:
Markus Hartung 2025-12-03 10:23:11 -05:00 committed by GitHub
commit 5295de9e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,6 +138,9 @@ import threading
import gc
import faulthandler, signal
faulthandler.register(signal.SIGUSR1)
if os.name == "nt":
os.environ['MIMALLOC_PURGE_DELAY'] = '0'