Message394248
When building Python, we need two distinct "include" directories:
- source .h files
- install target for .h files
Note that this doesn't matter except when building Python from source.
Historically:
- source .h files were in the sysconfig scheme under 'include'
- the install directory was in the distutils.command.install scheme
under 'headers'
GH-24549 merged these, because sysconfig is now the single source of truth and distutils is derived from it.
It seems to me that we need to bring 'headers' back -- at least when building Python. |
|
Date |
User |
Action |
Args |
2021-05-24 12:13:08 | petr.viktorin | set | recipients:
+ petr.viktorin, brett.cannon, doko, paul.moore, jaraco, ncoghlan, christian.heimes, ned.deily, eric.araujo, Arfrever, ionelmc, methane, lukasz.langa, steve.dower, dstufft, p-ganssle, frenzy, pablogsal, hugovk, xtreak, FFY00 |
2021-05-24 12:13:08 | petr.viktorin | set | messageid: <1621858388.49.0.0511863610639.issue41282@roundup.psfhosted.org> |
2021-05-24 12:13:08 | petr.viktorin | link | issue41282 messages |
2021-05-24 12:13:08 | petr.viktorin | create | |
|