mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
python: do not clobber minalign when we create objects (#4833)
This commit is contained in:
parent
a2603ec27e
commit
e1d5fda5d4
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ class Builder(object):
|
|||
# use 32-bit offsets so that arithmetic doesn't overflow.
|
||||
self.current_vtable = [0 for _ in range_func(numfields)]
|
||||
self.objectEnd = self.Offset()
|
||||
self.minalign = 1
|
||||
self.nested = True
|
||||
|
||||
def WriteVtable(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue