[issue39655] Shared_Memory attaching to incorrect Address in Windows 10

2020-02-16 Thread Orwell
Change by Orwell : -- title: Shared_Memory attaching to incorrect Address in Windows -> Shared_Memory attaching to incorrect Address in Windows 10 ___ Python tracker <https://bugs.python.org/issu

[issue39655] Shared_Memory attaching to incorrect Address in Windows

2020-02-16 Thread Orwell
New submission from Orwell : Shared Memory is attaching to incorrect memory location , ex : retried the documentation example. >>> import numpy as np >>> a = np.array([1, 1, 2, 3, 5, 8]) >>> from multiprocessing import shared_memory >>> shm = shared_m