[Python-checkins] python/nondist/sandbox/datetime obj_delta.c,1.14,1.15 test_both.py,1.15,1.16

Tim Peters tim.one@comcast.net
Mon, 02 Dec 2002 15:43:24 -0500


[Fred L. Drake, Jr.]
> I think you can generate an empty tuple there using:
> 
> 			result = Py_BuildValue("O()O",
> 					       self->ob_type,
> 					       state);

Thanks!  Works great.