Message338134
| 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:54 | matrixise | set | recipients: + matrixise, serhiy.storchaka |
| 2019-03-17 17:40:54 | matrixise | set | messageid: <1552844454.78.0.703693793715.issue36328@roundup.psfhosted.org> |
| 2019-03-17 17:40:54 | matrixise | link | issue36328 messages |
| 2019-03-17 17:40:54 | matrixise | create | |