Skip to content

Commit b98b8ca

Browse files
brmmm3methane
authored andcommitted
Avoid calling __Pyx_GetModuleGlobalName for ExtType (#363)
1 parent 05ff11d commit b98b8ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msgpack/_packer.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from cpython cimport *
44
from cpython.bytearray cimport PyByteArray_Check, PyByteArray_CheckExact
55

6+
cdef ExtType
7+
68
from . import ExtType
79

810

0 commit comments

Comments
 (0)