We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c05226 commit a5c8bafCopy full SHA for a5c8baf
msgpack/_packer.pyx
@@ -2,9 +2,6 @@
2
#cython: embedsignature=True
3
4
from cpython cimport *
5
-from libc.stdlib cimport *
6
-from libc.string cimport *
7
-from libc.limits cimport *
8
9
from msgpack.exceptions import PackValueError, PackOverflowError
10
from msgpack import ExtType
0 commit comments