Python Forum

Full Version: multiprocessing doesnt contain some modules(shared_memory)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using pycharm and when I try to do
from multiprocessing import shared_memory
pycharm tells me is a wrong line of code, how do I get multiprocessing package with shared_memory module in it?
https://docs.python.org/3.8/library/mult...emory.html

it's new in 3.8. what version do you use?
using 3.7 upgrade now thanks
other modules are not working now with 3.8 so seems I can't use shared_memory for now..