• Kirill Smelkov's avatar
    bigfile/py: It is ok to have .fileh_open() as BigFile method · 7ee02038
    Kirill Smelkov authored
    There was an XXX of whether fileh_open should be a BigFile method or
    global function. However if it would be a global function it will need
    to anyway accept file parameter to indicate which file is opened, and
    that in turn suggests that it should be a file method. Remove XXX.
    7ee02038
_bigfile.c 39.8 KB