gh-86819: Add ISO-TP CAN socket constants#23794
Conversation
|
As the reporter or the original feature request this patch looks good to me. (Although I hate autoconf magic) |
As do I… Is there anything else I have to adjust here? My |
|
Please open a new issue: https://bugs.python.org/issue10141 is closed. |
|
done |
tiran
left a comment
There was a problem hiding this comment.
Please include a blurb and leave the CAN_ISOTP macro in place.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be poked with soft cushions! |
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @tiran: please review the changes made to this pull request. |
|
This PR is stale because it has been open for 30 days with no activity. |
|
Am I supposed to do any more changes here? |
c287165 to
0c4ed7d
Compare
Christian's concerns were addressed: a NEWS blurb was added, and the CAN_ISOTP macro was left in place.
|
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit ffae37c 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
Could you move the what's new entry to 3.15.rst instead? |
|
Don't forget to re-add the NEWS entry (I don't know where it disppeared) |
|
Your comments should be addressed now. |
3508d7e to
7fb109b
Compare
Co-authored-by: Stefan Tatschner <stefan@rumpelsepp.org>

This adds constants to the socket module which are provided by the new isotp module available in Linux >= 5.10.
https://bugs.python.org/issue42653
#86819