• John Kirkham's avatar
    Define Python Raw Mem helpers in ModuleSetupCode · 8d324dfd
    John Kirkham authored
    To handle the Python version differences, handle the definitions of
    `PyMem_Raw*` functions in `ModuleSetupCode`. Then extern them in
    `cpython.mem` without using a version check or a specific header.
    8d324dfd
ModuleSetupCode.c 48.1 KB