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
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 }}
python-cffi
/
cffi
Public
Notifications
You must be signed in to change notification settings
Fork
93
Star
280
Code
Issues
21
Pull requests
21
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Avoid Py_FileSystemDefaultEncoding in 3.12+
- #86
#86
Draft
rtobar
wants to merge 12 commits into
python-cffi:main
python-cffi/cffi:main
from
rtobar:deprecated-fsdefaultencoding
rtobar/cffi:deprecated-fsdefaultencoding
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Draft
Avoid Py_FileSystemDefaultEncoding in 3.12+
#86
rtobar
wants to merge 12 commits into
python-cffi:main
python-cffi/cffi:main
from
rtobar:deprecated-fsdefaultencoding
rtobar/cffi:deprecated-fsdefaultencoding
Copy head branch name to clipboard
Commits
Commits on Dec 29, 2024
Remove support for Python 2.7 from C code
Show description for 88ef0b5
rtobar
committed
88ef0b5
View commit details
Copy full SHA for 88ef0b5
Browse repository at this point
Remove support for Python <3.8 from C code
Show description for db6983c
rtobar
committed
db6983c
View commit details
Copy full SHA for db6983c
Browse repository at this point
Move fast fail on win32 closer to its cause
Show description for 2631a8c
rtobar
committed
2631a8c
View commit details
Copy full SHA for 2631a8c
Browse repository at this point
Refactor handle error handling into function
Show description for 7932c3a
rtobar
committed
7932c3a
View commit details
Copy full SHA for 7932c3a
Browse repository at this point
Clarify encoding of p_printable_filename
Show description for 288318e
rtobar
committed
288318e
View commit details
Copy full SHA for 288318e
Browse repository at this point
Split win32-specific dlopen logic
Show description for 7d53c3a
rtobar
committed
7d53c3a
View commit details
Copy full SHA for 7d53c3a
Browse repository at this point
Split posix-specific dlopen logic
Show description for cd3cac6
rtobar
committed
cd3cac6
View commit details
Copy full SHA for cd3cac6
Browse repository at this point
Perform filesystem encoding manually on filename
Show description for 28003b0
rtobar
committed
28003b0
View commit details
Copy full SHA for 28003b0
Browse repository at this point
Unify common logic for dlopen(str)
Show description for ff200b8
rtobar
committed
ff200b8
View commit details
Copy full SHA for ff200b8
Browse repository at this point
Move win32-specific behaviour to b_do_dlopen_win32
Show description for 7c4799a
rtobar
committed
7c4799a
View commit details
Copy full SHA for 7c4799a
Browse repository at this point
Add b_do_dlopen_dispatch
Show description for 1c40835
rtobar
committed
1c40835
View commit details
Copy full SHA for 1c40835
Browse repository at this point
Simplify argument parsing logic
Show description for bbc263e
rtobar
committed
bbc263e
View commit details
Copy full SHA for bbc263e
Browse repository at this point
You can’t perform that action at this time.