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
Type
/
to 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.2k
Star
74.3k
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-31904 : Python should support VxWorks RTOS
- #4179
#4179
Closed
kuhlenough
wants to merge 23 commits into
python:master
python/cpython:master
from
kuhlenough:master
kuhlenough/cpython-for-VxWorks:master
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
bpo-31904 : Python should support VxWorks RTOS
#4179
kuhlenough
wants to merge 23 commits into
python:master
python/cpython:master
from
kuhlenough:master
kuhlenough/cpython-for-VxWorks:master
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2017
patch configure for VxWorks
kuhlenough
committed
10d4405
View commit details
Copy full SHA for 10d4405
Browse repository at this point
Any version of python should be OK for cross build.
kuhlenough
committed
9d53ef2
View commit details
Copy full SHA for 9d53ef2
Browse repository at this point
Commits on Sep 17, 2017
undef DATE TIME for VxWorks
kuhlenough
committed
db2e0e8
View commit details
Copy full SHA for db2e0e8
Browse repository at this point
limited signal feilds in VxWorks
kuhlenough
committed
cb3aa97
View commit details
Copy full SHA for cb3aa97
Browse repository at this point
Commits on Sep 22, 2017
Perliminary - Get some of the extension modules compiling on VxWorks
Show description for de480ac
kuhlenough
committed
de480ac
View commit details
Copy full SHA for de480ac
Browse repository at this point
VxWorks does not have "timezone" and daylight "constants"
kuhlenough
committed
5bfa35c
View commit details
Copy full SHA for 5bfa35c
Browse repository at this point
Commits on Sep 25, 2017
Update some extension modules to compile on VxWorks
kuhlenough
committed
eeb74cf
View commit details
Copy full SHA for eeb74cf
Browse repository at this point
setup.py complies all VxWorks compatible modules
kuhlenough
committed
f6efb4e
View commit details
Copy full SHA for f6efb4e
Browse repository at this point
Commits on Sep 27, 2017
Avoid duplicate macro definition
kuhlenough
committed
9f5f589
View commit details
Copy full SHA for 9f5f589
Browse repository at this point
Commits on Sep 28, 2017
extra include in faulthandler.c
Show description for 3196b82
kuhlenough
committed
3196b82
View commit details
Copy full SHA for 3196b82
Browse repository at this point
Commits on Oct 3, 2017
fix some warnings with unused functions and macro re-def
kuhlenough
committed
a661fb2
View commit details
Copy full SHA for a661fb2
Browse repository at this point
Add detection for oddly named VxWorks OPENSSL and HASH libraries
kuhlenough
committed
b37d2ee
View commit details
Copy full SHA for b37d2ee
Browse repository at this point
Commits on Oct 11, 2017
move configure changes into configure.ac
kuhlenough
committed
674d078
View commit details
Copy full SHA for 674d078
Browse repository at this point
Commits on Oct 17, 2017
If build is configure'd for static, propigate to Makefile
kuhlenough
committed
7256ca2
View commit details
Copy full SHA for 7256ca2
Browse repository at this point
remove gethostbyname_r, link fails, missing system call
kuhlenough
committed
69010f4
View commit details
Copy full SHA for 69010f4
Browse repository at this point
Commits on Oct 23, 2017
semicolon as path separator
kuhlenough
committed
d1c19f9
View commit details
Copy full SHA for d1c19f9
Browse repository at this point
default to UTF-8 (like Android)
kuhlenough
committed
3562186
View commit details
Copy full SHA for 3562186
Browse repository at this point
Commits on Oct 24, 2017
sort out duplicates flags
kuhlenough
committed
4531ba8
View commit details
Copy full SHA for 4531ba8
Browse repository at this point
hardwire encoding for VxWorks
kuhlenough
committed
ed10017
View commit details
Copy full SHA for ed10017
Browse repository at this point
Commits on Oct 28, 2017
Revert "sort out duplicates flags"
Show description for 4d7dbdd
kuhlenough
committed
4d7dbdd
View commit details
Copy full SHA for 4d7dbdd
Browse repository at this point
all doesn't include shared if static build
kuhlenough
committed
56a57ee
View commit details
Copy full SHA for 56a57ee
Browse repository at this point
Commits on Oct 30, 2017
bpo-31904 : Python should support VxWorks RTOS
Show description for e02bcab
kuhlenough
committed
e02bcab
View commit details
Copy full SHA for e02bcab
Browse repository at this point
Merge branch 'master' of https://github.com/kuhlenough/cpython
Show description for f0b0a71
kuhlenough
committed
f0b0a71
View commit details
Copy full SHA for f0b0a71
Browse repository at this point
You can’t perform that action at this time.