Skip to content

get_int8中有个笔误 #2

@synodriver

Description

@synodriver

bytebuffer.py

def get_int8(self):
        b = self.get_bytes(4)
        return struct.unpack('>q', b)[0]

显然是有问题的,不过看起来sample没有进入这个函数

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions