Uh oh!
There was an error while loading. Please reload this page.
gh-86819: Add ISO-TP CAN socket constants - #23794
Conversation
the-knights-who-say-ni
commented
Dec 16, 2020
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
As the reporter or the original feature request this patch looks good to me. (Although I hate autoconf magic) |
rumpelsepp
commented
Dec 16, 2020
As do I… Is there anything else I have to adjust here? My |
vstinner
commented
Dec 16, 2020
Please open a new issue: https://bugs.python.org/issue10141 is closed. |
rumpelsepp
commented
Dec 16, 2020
done |
tiran
left a comment
There was a problem hiding this comment.
Please include a blurb and leave the CAN_ISOTP macro in place.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Dec 16, 2020
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! |
rumpelsepp
commented
Dec 16, 2020
I have made the requested changes; please review again |
bedevere-bot
commented
Dec 16, 2020
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. |
rumpelsepp
commented
May 5, 2021
Am I supposed to do any more changes here? |
c287165 to
0c4ed7dCompareChristian's concerns were addressed: a NEWS blurb was added, and the CAN_ISOTP macro was left in place.
bedevere-bot
commented
Oct 14, 2024
🤖 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. |
picnixz
commented
Aug 22, 2025
Could you move the what's new entry to 3.15.rst instead? |
picnixz
commented
Aug 22, 2025
Don't forget to re-add the NEWS entry (I don't know where it disppeared) |
rumpelsepp
commented
Aug 22, 2025
Your comments should be addressed now. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3508d7e to
7fb109bCompareCo-authored-by: Stefan Tatschner <stefan@rumpelsepp.org>
rumpelsepp
commented
Aug 22, 2025
@picnixz Thank you for your review. I think I have catched up with your remarks. |
Uh oh!
There was an error while loading. Please reload this page.
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