This commit is contained in:
Markus Hartung 2025-12-15 11:26:28 +00:00 committed by GitHub
commit 37154c3810
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'