merge heads

This commit is contained in:
Benjamin Peterson 2016-10-04 00:01:03 -07:00
commit bafe2e33b7

View file

@ -2301,6 +2301,9 @@ PyInit__struct(void)
if (PyType_Ready(&PyStructType) < 0)
return NULL;
if (PyType_Ready(&unpackiter_type) < 0)
return NULL;
/* Check endian and swap in faster functions */
{
const formatdef *native = native_table;