Message353890
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-10-04.00:20:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1570148442.05.0.425648053264.issue38353@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
On my Fedora 30, GCC doesn't complain on "typedef struct pyruntimestate _PyRuntimeState;". But clang on macOS emits a warning, saying that it's C11-only feature. So I modified the internal header files to use "struct pyruntimestate" instead, to avoid any compilation issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-04 00:20:42 | vstinner | set | recipients: + vstinner |
| 2019-10-04 00:20:42 | vstinner | set | messageid: <1570148442.05.0.425648053264.issue38353@roundup.psfhosted.org> |
| 2019-10-04 00:20:42 | vstinner | link | issue38353 messages |
| 2019-10-04 00:20:41 | vstinner | create | |