Message329693
| 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:30 | vstinner | set | recipients: + vstinner, lemburg, tim.peters, atuining, eric.snow, serhiy.storchaka, izbyshev |
| 2018-11-11 23:30:30 | vstinner | set | messageid: <1541979030.91.0.788709270274.issue35081@psf.upfronthosting.co.za> |
| 2018-11-11 23:30:30 | vstinner | link | issue35081 messages |
| 2018-11-11 23:30:30 | vstinner | create | |