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 vstinner
Recipients atuining, eric.snow, izbyshev, lemburg, serhiy.storchaka, tim.peters, vstinner
Date 2018-11-11.23:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541979030.91.0.788709270274.issue35081@psf.upfronthosting.co.za>
In-reply-to
Content
> Python/pystate.c:968:1: warning: no previous prototype for ‘_PyGILState_Init’ [-Wmissing-prototypes]
 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t)
 ^~~~~~~~~~~~~~~~

Oh, I never saw this warning before. It seems to not be included in -Wall. Would you mind to open a new issue to discuss it?

I will try to fix the regressions that I introduced, but I'm interested by a more general discussion on this issue.
History
Date User Action Args
2018-11-11 23:30:30vstinnersetrecipients: + vstinner, lemburg, tim.peters, atuining, eric.snow, serhiy.storchaka, izbyshev
2018-11-11 23:30:30vstinnersetmessageid: <1541979030.91.0.788709270274.issue35081@psf.upfronthosting.co.za>
2018-11-11 23:30:30vstinnerlinkissue35081 messages
2018-11-11 23:30:30vstinnercreate