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
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
298
Pull requests
106
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Align marshal and .pyc with CPython 3.14
- #7958
#7958
Merged
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:marshal
youknowone/RustPython:marshal
Copy head branch name to clipboard
May 24, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Align marshal and .pyc with CPython 3.14
#7958
youknowone
merged 10 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:marshal
youknowone/RustPython:marshal
Copy head branch name to clipboard
Commits
Commits on May 23, 2026
Share marshal ref table between code object and its internals
Show description for fc5236e
youknowone
committed
fc5236e
View commit details
Copy full SHA for fc5236e
Browse repository at this point
Align PYC magic number, FORMAT_VERSION, and header check with CPython 3.14
Show description for c1653f3
youknowone
committed
c1653f3
View commit details
Copy full SHA for c1653f3
Browse repository at this point
Add CPython 3.14 .pyc decoding regression tests
Show description for 8c15317
youknowone
committed
8c15317
View commit details
Copy full SHA for 8c15317
Browse repository at this point
Accept CPython-tagged .pyc as read-only bytecode source
Show description for 1fc426d
youknowone
committed
1fc426d
View commit details
Copy full SHA for 1fc426d
Browse repository at this point
Apply rustfmt to marshal helpers
youknowone
committed
8f1e64e
View commit details
Copy full SHA for 8f1e64e
Browse repository at this point
Marshal PySlice from format version 4 instead of 5
Show description for 3e25f41
youknowone
committed
3e25f41
View commit details
Copy full SHA for 3e25f41
Browse repository at this point
Revert "Accept CPython-tagged .pyc as read-only bytecode source"
Show description for 24b16e1
youknowone
committed
24b16e1
View commit details
Copy full SHA for 24b16e1
Browse repository at this point
Commits on May 24, 2026
Format sys.implementation.cache_tag as cpython-{MAJOR}{MINOR}
Show description for ce0c9eb
youknowone
committed
ce0c9eb
View commit details
Copy full SHA for ce0c9eb
Browse repository at this point
Set marshal FORMAT_VERSION to 5 to match CPython 3.14.5
Show description for 8c3b61f
youknowone
committed
8c3b61f
View commit details
Copy full SHA for 8c3b61f
Browse repository at this point
Thread marshal recursion depth through nested code objects
Show description for cd63341
youknowone
committed
cd63341
View commit details
Copy full SHA for cd63341
Browse repository at this point
You can’t perform that action at this time.