Esa Törmikoski

Results 1 comments of Esa Törmikoski

Couldn't reproduce the crash with Python3.12 and MacOS Sonoma (14.5). Running the original code: ```py >>> from multiprocessing.shared_memory import SharedMemory >>> shm = SharedMemory(name='test-crash', create=True, size=1000000000000000000) Traceback (most recent call...