This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-02 03:01:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
15
d93da2b952
cpython
/
Lib
/
ctypes
History
Download ZIP
Download TAR.GZ
Victor Stinner
d93da2b952
(merge 3.2)
Close
#4376
: ctypes now supports nested structures in a endian
...
different than the parent structure. Patch by Vlad Riscutia.
2011-07-13 21:45:16 +02:00
..
macholib
test
(merge 3.2)
Close
#4376
: ctypes now supports nested structures in a endian
2011-07-13 21:45:16 +02:00
__init__.py
_endian.py
Close
#4376
: ctypes now supports nested structures in a endian different than
2011-07-13 21:43:18 +02:00
util.py
Issue
#12045
: Avoid duplicate execution of command in ctypes.util._get_soname().
2011-05-25 18:17:25 +02:00
wintypes.py
Issue
#3612
: Added new types to ctypes.wintypes. (CHAR and pointers)
2010-09-28 21:08:38 +00:00