From 3d57e14df7ba5f14a634295caf3b2e60da50bfe2 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Sep 2019 16:31:13 -0700 Subject: Remove windows python distribution from repo and add requirements.txt --- python/gevent/__hub_local.pxd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/gevent/__hub_local.pxd (limited to 'python/gevent/__hub_local.pxd') diff --git a/python/gevent/__hub_local.pxd b/python/gevent/__hub_local.pxd deleted file mode 100644 index e7df56f..0000000 --- a/python/gevent/__hub_local.pxd +++ /dev/null @@ -1,17 +0,0 @@ -from gevent.__greenlet_primitives cimport SwitchOutGreenletWithLoop - -cdef _threadlocal - -cpdef get_hub_class() -cpdef SwitchOutGreenletWithLoop get_hub_if_exists() -cpdef set_hub(SwitchOutGreenletWithLoop hub) -cpdef get_loop() -cpdef set_loop(loop) - -# We can't cdef this, it won't do varargs. -# cpdef WaitOperationsGreenlet get_hub(*args, **kwargs) - -# XXX: TODO: Move the definition of TrackedRawGreenlet -# into a file that can be cython compiled so get_hub can -# return that. -cpdef SwitchOutGreenletWithLoop get_hub_noargs() -- cgit v1.2.3