[pypy-commit] pypy default: silence a warning

arigo pypy.commits at gmail.com
Thu Feb 23 05:53:46 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r90317:9924a09b1213
Date: 2017-02-23 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/9924a09b1213/

Log:	silence a warning

diff --git a/pypy/module/cpyext/test/test_pystate.py b/pypy/module/cpyext/test/test_pystate.py
--- a/pypy/module/cpyext/test/test_pystate.py
+++ b/pypy/module/cpyext/test/test_pystate.py
@@ -178,7 +178,6 @@
             ("bounce", "METH_NOARGS",
             """
             PyGILState_STATE gilstate;
-            PyThreadState *tstate;
             PyObject *dict;
 
             if (PyEval_ThreadsInitialized() == 0)


More information about the pypy-commit mailing list