]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a
authorTim Peters <tim.peters@gmail.com>
Thu, 20 Mar 2003 20:53:32 +0000 (20:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Mar 2003 20:53:32 +0000 (20:53 +0000)
commit9905b943f79a03741b062c82bdf96a078df303e4
tree2783e7140997093ce911bac91d65048b53049144
parentd50ade68ec240ea8ea12604809d8c70985263dce
New private API functions _PyFloat_{Pack,Unpack}(4,8}.  This is a
refactoring to get all the duplicates of this delicate code out of the
cPickle and struct modules.
Include/floatobject.h
Modules/cPickle.c
Modules/structmodule.c
Objects/floatobject.c