]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patches from Greg Stein to support 'P' format in struct module's
authorGuido van Rossum <guido@python.org>
Fri, 18 Sep 1998 14:14:13 +0000 (14:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 Sep 1998 14:14:13 +0000 (14:14 +0000)
commit78694d970fbdc70cfbda5b21a556f6e11f684fb0
treed71e26b1713a75e19efb6520c3f5499e4025fa66
parent43b655c0abe49fc5fd08c2a4c5a763cdaa8afb11
Patches from Greg Stein to support 'P' format in struct module's
native format, as void* (translated to Python int or long).
Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c.
Include/longobject.h
Modules/structmodule.c
Objects/longobject.c
PC/config.h
PC/python_nt.def