diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /lang/python24/files/patch-Python::pystate.c | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Notes
Diffstat (limited to 'lang/python24/files/patch-Python::pystate.c')
-rw-r--r-- | lang/python24/files/patch-Python::pystate.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lang/python24/files/patch-Python::pystate.c b/lang/python24/files/patch-Python::pystate.c deleted file mode 100644 index a64496471c8b..000000000000 --- a/lang/python24/files/patch-Python::pystate.c +++ /dev/null @@ -1,27 +0,0 @@ -=================================================================== -RCS file: /cvsroot/python/python/dist/src/Python/pystate.c,v -retrieving revision 2.38.2.3 -retrieving revision 2.38.2.4 -diff -u -r2.38.2.3 -r2.38.2.4 ---- Python/pystate.c 2005/09/23 08:14:40 2.38.2.3 -+++ Python/pystate.c 2005/09/30 08:17:40 2.38.2.4 -@@ -53,7 +53,9 @@ - PyThreadState *_PyThreadState_Current = NULL; - PyThreadFrameGetter _PyThreadState_GetFrame = NULL; - -+#ifdef WITH_THREAD - static void _PyGILState_NoteThreadState(PyThreadState* tstate); -+#endif - - - PyInterpreterState * -@@ -188,7 +190,9 @@ - tstate->c_profileobj = NULL; - tstate->c_traceobj = NULL; - -+#ifdef WITH_THREAD - _PyGILState_NoteThreadState(tstate); -+#endif - - HEAD_LOCK(); - tstate->next = interp->tstate_head; |