Message 369242 - Python tracker
Message369242
| Author | vstinner |
|---|---|
| Recipients | Kevin Mooney, gaige, mcepl, ned.deily, ronaldoussoren, vstinner |
| Date | 2020-05-18.15:16:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589814976.74.0.573404689392.issue39026@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
IMO a better approach would be to add "cpython_" prefix to all header files living in Include/cpython/. It would prevent bad surprises. I tried to avoid adding a prefix when I added Include/internal/ but I got many practical issues. Depending where the #include is done, I got different errors. Adding a prefix prevents this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-18 15:16:16 | vstinner | set | recipients: + vstinner, ronaldoussoren, ned.deily, mcepl, gaige, Kevin Mooney |
| 2020-05-18 15:16:16 | vstinner | set | messageid: <1589814976.74.0.573404689392.issue39026@roundup.psfhosted.org> |
| 2020-05-18 15:16:16 | vstinner | link | issue39026 messages |
| 2020-05-18 15:16:16 | vstinner | create | |