Python memory management. CPython

Hi everyone,

My question is related to internal memory allocations by CPython.

Is any way to protect specific memory regions from allocation by the python.exe process?
I am going to link some libraries to a fixed base address (MSVC /FIXED flag), 0xfe00000000 for example, but sometimes it’s already taken.

Thanks in advance,
Pavel