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 }}
native-api
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_ctypes
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on May 14, 2018
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
segevfiner
authored and
serhiy-storchaka
committed
735abad
View commit details
Copy full SHA for 735abad
View code at this point
Browse repository at this point
Commits on May 9, 2018
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
orenmn
authored and
zooba
committed
d518d8b
View commit details
Copy full SHA for d518d8b
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
closes bpo-32460: ensure all non-static globals have initializers (#5061)
benjaminp
authored
0a37a30
View commit details
Copy full SHA for 0a37a30
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
serhiy-storchaka
authored
e2f92de
View commit details
Copy full SHA for e2f92de
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (#3254)
orenmn
authored and
serhiy-storchaka
committed
57c2561
View commit details
Copy full SHA for 57c2561
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
bpo-31311: Impove error reporting in case the first argument to PyCData_setstate() isn't a dictionary. (#3255)
orenmn
authored and
serhiy-storchaka
committed
4facdf5
View commit details
Copy full SHA for 4facdf5
View code at this point
Browse repository at this point
Commits on Sep 17, 2017
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (#3615)
orenmn
authored and
serhiy-storchaka
committed
30b61b5
View commit details
Copy full SHA for 30b61b5
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Show description for 07f1658
pv
authored and
pitrou
committed
07f1658
View commit details
Copy full SHA for 07f1658
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
orenmn
authored and
serhiy-storchaka
committed
1d1d3e9
View commit details
Copy full SHA for 1d1d3e9
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
Spelling fixes (#2902)
scop
authored and
serhiy-storchaka
committed
49b2734
View commit details
Copy full SHA for 49b2734
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
serhiy-storchaka
authored
ccdc09e
View commit details
Copy full SHA for ccdc09e
View code at this point
Browse repository at this point
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Show description for f7eae0a
serhiy-storchaka
authored
f7eae0a
View commit details
Copy full SHA for f7eae0a
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
embray
authored and
vsajip
committed
9ba3aa4
View commit details
Copy full SHA for 9ba3aa4
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
suppress compiler warnings in _ctypes_test (#902)
Show description for 164d30e
benjaminp
authored and
vsajip
committed
164d30e
View commit details
Copy full SHA for 164d30e
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29878: Add global instances of int for 0 and 1. (#852)
serhiy-storchaka
authored
ba85d69
View commit details
Copy full SHA for ba85d69
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Use NULL rather than 0. (#778)
Show description for 0b3ec19
serhiy-storchaka
authored
0b3ec19
View commit details
Copy full SHA for 0b3ec19
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-15695: Implemented StgDict.__sizeof__(). (#509)
serhiy-storchaka
authored
8999cae
View commit details
Copy full SHA for 8999cae
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
bpo-28129: fix ctypes crashes (#386)
Show description for 1bea762
orenmn
authored and
vstinner
committed
1bea762
View commit details
Copy full SHA for 1bea762
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168)
Show description for a86339b
vsajip
authored
a86339b
View commit details
Copy full SHA for a86339b
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for d1302c0
serhiy-storchaka
committed
d1302c0
View commit details
Copy full SHA for d1302c0
View code at this point
Browse repository at this point
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs() in _ctypes
Show description for 5670764
vstinner
committed
5670764
View commit details
Copy full SHA for 5670764
View code at this point
Browse repository at this point
Issue #28915: Use _PyObject_CallNoArg()
Show description for 070c4d7
vstinner
committed
070c4d7
View commit details
Copy full SHA for 070c4d7
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for f17c3de
vstinner
committed
f17c3de
View commit details
Copy full SHA for f17c3de
View code at this point
Browse repository at this point
Use _PyObject_CallNoArg()
Show description for a5ed5f0
vstinner
committed
a5ed5f0
View commit details
Copy full SHA for a5ed5f0
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #25659: Merge ctypes fix from 3.6
vadmium
committed
7d6e923
View commit details
Copy full SHA for 7d6e923
View code at this point
Browse repository at this point
Issue #25659: Merge ctypes fix from 3.5
vadmium
committed
04b3575
View commit details
Copy full SHA for 04b3575
View code at this point
Browse repository at this point
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Show description for 6e723d2
vadmium
committed
6e723d2
View commit details
Copy full SHA for 6e723d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.