]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added *PyMarshal_WriteObjectToString() (moved the relevant code there
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:07:17 +0000 (22:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:07:17 +0000 (22:07 +0000)
commit3f3bb3d3c9a616fa22b2cf7ca70c9b05295f61f3
treec6408ab5faf437a3423dc577dab74413b2133a11
parent49c70a7a4dd851f472cb59dc55ab68a1850c3c4a
Added *PyMarshal_WriteObjectToString() (moved the relevant code there
from marshal_loads()).
Python/marshal.c