We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ff11d commit b98b8caCopy full SHA for b98b8ca
msgpack/_packer.pyx
@@ -3,6 +3,8 @@
3
from cpython cimport *
4
from cpython.bytearray cimport PyByteArray_Check, PyByteArray_CheckExact
5
6
+cdef ExtType
7
+
8
from . import ExtType
9
10
0 commit comments