Message329009
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2018-10-31.19:50:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541015400.7.0.788709270274.issue35081@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Include/internal/pystate.h uses #include "pystate.h" to include Include/pystate.h, but it tries to include itself (Include/internal/pystate.h) which does nothing because of "#ifndef Py_INTERNAL_PYSTATE_H #define Py_INTERNAL_PYSTATE_H ... #endif". I proposed to rename internal header files, add an "internal_" prefix, to avoid this issue: PR 10263. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-31 19:50:00 | vstinner | set | recipients: + vstinner |
| 2018-10-31 19:50:00 | vstinner | set | messageid: <1541015400.7.0.788709270274.issue35081@psf.upfronthosting.co.za> |
| 2018-10-31 19:50:00 | vstinner | link | issue35081 messages |
| 2018-10-31 19:50:00 | vstinner | create | |