'Shared memory between C and Python process

Is there a way to share a section of memory between a C and Python process in windows? In windows you can create shared memory locations and in python you can shared memory between processes but I have not seen shared memory between python and windows program.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source