Staging
v0.5.1
https://github.com/python/cpython
Revision 275e229ee2e95ea906cc6260dc3b5af9f14b15ff authored by Thomas Heller on 19 August 2008, 17:17:37 UTC, committed by Thomas Heller on 19 August 2008, 17:17:37 UTC
pythonapi calling convention so that the GIL is held and error return
values are checked.
1 parent 22679b8
Raw File
Tip revision: 275e229ee2e95ea906cc6260dc3b5af9f14b15ff authored by Thomas Heller on 19 August 2008, 17:17:37 UTC
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
Tip revision: 275e229
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top