• Kirill Smelkov's avatar
    bigfile/py: Move data structures to public .h file · 907bd9d4
    Kirill Smelkov authored
    This is needed so that e.g. a Python class implemented in C or Cython
    (cdef class) could inherit from PyBigFile.
    
    Don't put _bigfile.h into separate include/ directory, and keep it along
    main .c file, similarly to how pygolang is organized.
    907bd9d4
setup.py 10.4 KB