[issue31343] Include major(), minor(), makedev() from sysmacros

2017-10-17 Thread Florian Weimer
Change by Florian Weimer : -- nosy: +fweimer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-10-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Louie Lu proposed the fix for this issue in issue30013. -- nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ __

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset 02854dab6231d726fa2c63d44ab25598988c44f4 by Christian Heimes in branch '3.6': [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344) https://github.com/python/cpython/commit/02854dab6231d726fa2c63d44ab25598988c44f4 --

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset ffa7011cb904ee6ad9d4931b073c13d9e1514e6b by Christian Heimes in branch '2.7': [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) https://github.com/python/cpython/commit/ffa7011cb904ee6ad9d4931b073c13d9e1514e6b --

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3355 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3356 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-05 Thread Christian Heimes
Christian Heimes added the comment: New changeset 75b961869a1184895c9d5bf41a57f3c985622662 by Christian Heimes in branch 'master': bpo-31343: Include sys/sysmacros.h (#3318) https://github.com/python/cpython/commit/75b961869a1184895c9d5bf41a57f3c985622662 -- _

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-04 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3344 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31343] Include major(), minor(), makedev() from sysmacros

2017-09-04 Thread Christian Heimes
New submission from Christian Heimes: On Fedora 26, GCC is emitting warnings because we are using minor(), major() and makedev() from sys/types.h. The macros should be included from sys/sysmacros.h instead: ./Modules/posixmodule.c: In function ‘os_major_impl’: ./Modules/posixmodule.c:8758:13: