• Faizan Rashid's avatar
    [BUG] [MINOR] Use buffer for specific py versions · 853e3408
    Faizan Rashid authored
    Fix for Issue 1741
    Minor bug where python versions 2.7.x where x < 5 do not support
    unpacking from memoryview objects. Versions 2.7.5 and above will
    use memoryview while 2.7 versions below 2.7.5  will use buffer
    objects.
    
    Manual testing was performed on versions 2.7.5 and 2.7.2 to
    confirm both worked correctly.
    853e3408
Name
Last commit
Last update
..
flatbuffers Loading commit data...
__init__.py Loading commit data...
setup.py Loading commit data...