mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Avoid calling __Pyx_GetModuleGlobalName for ExtType (#363)
This commit is contained in:
parent
05ff11dbcc
commit
b98b8cab99
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
from cpython cimport *
|
||||
from cpython.bytearray cimport PyByteArray_Check, PyByteArray_CheckExact
|
||||
|
||||
cdef ExtType
|
||||
|
||||
from . import ExtType
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue