Skip to content

Commit

Permalink
Merge pull request #158 from pitrou/import_warning_36
Browse files Browse the repository at this point in the history
Fix ImportWarning on Python 3.6+
  • Loading branch information
martindurant committed May 30, 2017
2 parents c82bd5d + f9d4ab9 commit ee2fe1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastparquet/speedups.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Native accelerators for Parquet encoding and decoding.
"""

from __future__ import absolute_import

cdef extern from "string.h":
void *memcpy(void *dest, const void *src, size_t n)

Expand Down

0 comments on commit ee2fe1f

Please sign in to comment.