[issue39584] MacOS crashes by running attached Python code

2020-02-10 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39584] MacOS crashes by running attached Python code

2020-02-08 Thread SilentGhost
Change by SilentGhost : -- nosy: +davin, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39584] MacOS crashes by running attached Python code

2020-02-08 Thread Vinay Sharma
New submission from Vinay Sharma : Consider the following python Code. ``` from multiprocessing.shared_memory import SharedMemory shm = SharedMemory(name='test-crash', create=True, size=100) ``` This causes macOS Catalina, Mojave to freeze and then crash. Although, this works

[issue39584] MacOS crashes by running attached Python code

2020-02-08 Thread Vinay Sharma
Change by Vinay Sharma : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: