Commit d5f699f1 authored by Stefan Behnel's avatar Stefan Behnel

include standard cimport for pythread.pxd in cpython cimport

parent 07d3144e
......@@ -143,6 +143,7 @@ from cpython.function cimport *
from cpython.method cimport *
from cpython.weakref cimport *
from cpython.getargs cimport *
from cpython.pythread cimport *
# Python <= 2.x
from cpython.cobject cimport *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment