gh-89928: consume dev_t with PyLong_FromUnsignedLongLong by AMDmi3 · Pull Request #29494 · python/cpython
Conversation
I dont see the following:
#if defined(__FreeBSD__) #define DEVICE_MAJORMINOR_T int #else #define DEVICE_MAJORMINOR_T unsigned int #endif
In your Files changed, please explain?
I dont see the following:
Because it's not there, obviously. This PR only addresses one aspect of the problem.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok.
erlend-aasland
changed the title
bpo-45767: consume dev_t with PyLong_FromUnsignedLongLong
gh-89928: consume dev_t with PyLong_FromUnsignedLongLong
AMDmi3
mannequin
mentioned this pull request
Thank you for your contribution, but more complex #31794 was merged instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters