This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients matrixise, serhiy.storchaka
Date 2019-03-17.17:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552844454.78.0.703693793715.issue36328@roundup.psfhosted.org>
In-reply-to
Content
I get this warning when I compile python without the --with-pydebug flag.


Python/pylifecycle.c: In function 'Py_NewInterpreter':
Python/pylifecycle.c:1442:12: warning: 'tstate' may be used uninitialized in this function [-Wmaybe-uninitialized]
     return tstate;
            ^~~~~~

Does not occur with python 3.7
History
Date User Action Args
2019-03-17 17:40:54matrixisesetrecipients: + matrixise, serhiy.storchaka
2019-03-17 17:40:54matrixisesetmessageid: <1552844454.78.0.703693793715.issue36328@roundup.psfhosted.org>
2019-03-17 17:40:54matrixiselinkissue36328 messages
2019-03-17 17:40:54matrixisecreate