This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-27 14:53:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
67d1981c5172e840ac3e2fc3505ce9c3abe5cd63
cpython
/
Lib
/
ctypes
T
History
Nick Coghlan
48361f5cbf
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
2008-08-11 15:45:58 +00:00
..
macholib
…
test
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
2008-08-11 15:45:58 +00:00
__init__.py
Issue
#1798
: Add ctypes calling convention that allows safe access of errno.
2008-06-06 08:33:46 +00:00
_endian.py
…
util.py
Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
2008-05-16 20:06:31 +00:00
wintypes.py
…