commit | 9905b943f79a03741b062c82bdf96a078df303e4 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Mar 20 20:53:32 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Mar 20 20:53:32 2003 +0000 |
tree | 2783e7140997093ce911bac91d65048b53049144 | |
parent | d50ade68ec240ea8ea12604809d8c70985263dce [diff] |
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.