• Bradley M. Froehle's avatar
    Change __Pyx_zeros and __Pyx_minusones scope to static. · 15e7065b
    Bradley M. Froehle authored
    Compiling two Cython modules (which use the Cython buffer interface)
    into a static Python binary results in a link error since the symbols
    `__Pyx_zeros` and `__Pyx_minusones` are exported multiple times.  Changing
    their scope to the current translation unit fixes the issue.
    15e7065b
Buffer.py 30.3 KB