Message 402829 - Python tracker
Message402829
| Author | vstinner |
|---|---|
| Recipients | andrewtomazos, eric.smith, jpelizza, vstinner, xry111 |
| Date | 2021-09-29.08:20:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632903636.67.0.580975519286.issue40642@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Having two header files with the same name in two directories which are part of the include directories is causing issues like this one :-( For the internal C API, I solve the issue by adding "pycore_" prefix to filenames. Maybe pystate.h should be renamed to cpython_pystate.h to avoid to fix the issue. It would include cpython_initconfig.h. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-29 08:20:36 | vstinner | set | recipients: + vstinner, eric.smith, xry111, jpelizza, andrewtomazos |
| 2021-09-29 08:20:36 | vstinner | set | messageid: <1632903636.67.0.580975519286.issue40642@roundup.psfhosted.org> |
| 2021-09-29 08:20:36 | vstinner | link | issue40642 messages |
| 2021-09-29 08:20:36 | vstinner | create | |