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 }}
dgrunwald
/
rust-cpython
Public
Notifications
You must be signed in to change notification settings
Fork
134
Star
1.8k
Code
Issues
54
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Modernize the codebase
- #204
#204
Merged
gracinet
merged 10 commits into
dgrunwald:master
dgrunwald/rust-cpython:master
from
markbt:modernize
markbt/rust-cpython:modernize
Copy head branch name to clipboard
Feb 4, 2020
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Modernize the codebase
#204
gracinet
merged 10 commits into
dgrunwald:master
dgrunwald/rust-cpython:master
from
markbt:modernize
markbt/rust-cpython:modernize
Copy head branch name to clipboard
Commits
Commits on Jan 28, 2020
move doc comments for extract! invocations
markbt
committed
9a7fcf1
View commit details
Copy full SHA for 9a7fcf1
Browse repository at this point
allow deprecated use of get module filename and provide access to filename object
markbt
committed
16043db
View commit details
Copy full SHA for 16043db
Browse repository at this point
Commits on Jan 29, 2020
increase required version of Rust to 1.32
Show description for a801f00
markbt
committed
a801f00
View commit details
Copy full SHA for a801f00
Browse repository at this point
suppress deprecation warning for std::mem::uninitialized
Show description for bf41900
markbt
committed
bf41900
View commit details
Copy full SHA for bf41900
Browse repository at this point
use std::sync::Once::new()
markbt
committed
9d9a32b
View commit details
Copy full SHA for 9d9a32b
Browse repository at this point
python27-sys: edition 2018
markbt
committed
5d096c3
View commit details
Copy full SHA for 5d096c3
Browse repository at this point
python3-sys: edition 2018
markbt
committed
458f555
View commit details
Copy full SHA for 458f555
Browse repository at this point
cpython: edition 2018
markbt
committed
d1d93c2
View commit details
Copy full SHA for d1d93c2
Browse repository at this point
use edition 2018 style macro export and import
markbt
committed
45fdacc
View commit details
Copy full SHA for 45fdacc
Browse repository at this point
use paste to generate module init symbol names
Show description for a9e7e49
markbt
committed
a9e7e49
View commit details
Copy full SHA for a9e7e49
Browse repository at this point
You can’t perform that action at this time.