This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab41c109fa081c045117ee74ff059d85074ce244
cpython
/
Lib
/
ctypes
History
Brett Cannon
8211297a7e
Fix a bad assumption that all objects assigned to '__loader__' on a module
...
will have a '_files' attribute.
2006-12-06 23:38:48 +00:00
..
macholib
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
test
Fix a bad assumption that all objects assigned to '__loader__' on a module
2006-12-06 23:38:48 +00:00
__init__.py
Port _ctypes.pyd to win64 on AMD64.
2006-08-25 07:27:33 +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