Skip to content

Commit

Permalink
Merge PR to fix pypy from ilanschnell#47
Browse files Browse the repository at this point in the history
  • Loading branch information
tombech committed Sep 7, 2018
1 parent 948db91 commit 23c6489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitarray/_bitarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -3048,6 +3048,8 @@ init_bitarray(void)

Py_TYPE(&Bitarraytype) = &PyType_Type;
Py_TYPE(&BitarrayIter_Type) = &PyType_Type;
Py_TYPE(&SearchIter_Type) = &PyType_Type;
Py_TYPE(&DecodeIter_Type) = &PyType_Type;
#ifdef IS_PY3K
m = PyModule_Create(&moduledef);
if (m == NULL)
Expand Down

0 comments on commit 23c6489

Please sign in to comment.