summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-12 19:10:02 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-12 19:10:02 (GMT)
commit46180751e92bfb45dfe2c324210825db7937e5e7 (patch)
treec58a2767127a82fa86928e8c7a49783e386b81c3 /Include/pystate.h
parent7c4b0475ec2796ed71b6cc5cc7aad0fb525de1e8 (diff)
parent1f3ff7bc3f7cfd4e823e49dc193ab7fecb767c43 (diff)
downloadcpython-46180751e92bfb45dfe2c324210825db7937e5e7.zip
cpython-46180751e92bfb45dfe2c324210825db7937e5e7.tar.gz
cpython-46180751e92bfb45dfe2c324210825db7937e5e7.tar.bz2
Merge.
Diffstat (limited to 'Include/pystate.h')
-rw-r--r--Include/pystate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pystate.h b/Include/pystate.h
index 63371fa..8d74940 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -111,7 +111,6 @@ PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
#ifdef WITH_THREAD
PyAPI_FUNC(void) PyThreadState_DeleteCurrent(void);
-PyAPI_FUNC(void) _PyGILState_Reinit(void);
#endif
PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);