Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-42653: Add constants to socket module for IsoTp CAN protocol
- #26174
#26174
Closed
ghost
wants to merge 9 commits into
main
python/cpython:main
from
unknown repository
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
bpo-42653: Add constants to socket module for IsoTp CAN protocol
#26174
ghost
wants to merge 9 commits into
main
python/cpython:main
from
unknown repository
Copy head branch name to clipboard
Commits
Commits on May 16, 2021
Add import for linux/can/isotp.h
Show description for 0cf7cd7
Patrick Menschel
committed
0cf7cd7
View commit details
Copy full SHA for 0cf7cd7
Browse repository at this point
Commits on May 19, 2021
Add IsoTp constants in socketmodule.c
Show description for 17535b5
Patrick Menschel
committed
17535b5
View commit details
Copy full SHA for 17535b5
Browse repository at this point
Add test for isotp constants into unit test.
Show description for 1f7c2c5
Patrick Menschel
committed
1f7c2c5
View commit details
Copy full SHA for 1f7c2c5
Browse repository at this point
Add entry to Doc/whatsnew/3.10.rst
Show description for bc9118c
Patrick Menschel
committed
bc9118c
View commit details
Copy full SHA for bc9118c
Browse repository at this point
Fix a whitespace issue in test_socket.py
Show description for 523bf9f
Patrick Menschel
committed
523bf9f
View commit details
Copy full SHA for 523bf9f
Browse repository at this point
Add issue number 42653 and blurb.
Show description for eb283c2
Patrick Menschel
committed
eb283c2
View commit details
Copy full SHA for eb283c2
Browse repository at this point
Commits on May 22, 2021
Fix: Setting of HAVE_LINUX_CAN_ISOTP_H by configure
Show description for 2f19691
Patrick Menschel
committed
2f19691
View commit details
Copy full SHA for 2f19691
Browse repository at this point
Fix: Change order of headers in configure
Show description for 5860ad0
Patrick Menschel
committed
5860ad0
View commit details
Copy full SHA for 5860ad0
Browse repository at this point
Commits on May 23, 2021
Fix: Optionally include CAN_ISOTP_SF_BROADCAST
Show description for 8132cb1
Patrick Menschel
committed
8132cb1
View commit details
Copy full SHA for 8132cb1
Browse repository at this point
You can’t perform that action at this time.