struct.pack的问题

struct.pack的问题

pfmt = '!2i4H32sHiH6s12s'
data = struct.pack(pfmt, 66, 0, 0x1000, 0, 0, 0, '', 1, 0xffffffff, 0, '', '')
运行时报“ DeprecationWarning: struct integer overflow masking is deprecated”的错误。
怎么解决?谢谢!
已解决, oxffffffff->oxffff