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-22 19:46:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
4d16b915aa
cpython
/
Lib
/
ctypes
History
Download ZIP
Download TAR.GZ
Thomas Heller
ce049a0aef
Patch
#1521817
: The index range checking on ctypes arrays containing
...
exactly one element is enabled again.
2006-07-14 17:51:14 +00:00
..
macholib
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
test
Patch
#1521817
: The index range checking on ctypes arrays containing
2006-07-14 17:51:14 +00:00
__init__.py
Fix
#1467450
: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to
2006-07-12 08:43:47 +00:00
_endian.py
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
util.py
Fix
#1521375
. When running with root priviledges, 'gcc -o /dev/null'
2006-07-13 17:01:14 +00:00
wintypes.py
Add an __all__ list, since this module does 'from ctypes import *'.
2006-06-14 09:20:11 +00:00