Wrap C function which takes variable lengthed parameters?
Dave Cole
djc at object-craft.com.au
Mon Dec 17 15:11:52 EST 2001
More information about the Python-list mailing list
Mon Dec 17 15:11:52 EST 2001
- Previous message (by thread): Wrap C function which takes variable lengthed parameters?
- Next message (by thread): How to make a socket.recv with nonblock?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "Jason" == Jason Harper <JasonHarper at pobox.com> writes: Jason> I'm not sure if that's 100% true - I have used a compiler Jason> (fortunately long dead), which claimed to be fully ANSI Jason> compliant, that absolutely required that a varargs function Jason> consume exactly as many args as were passed to it or it would Jason> crash on return. My guess is that you were using BTOS/CTOS (shudder). - Dave -- http://www.object-craft.com.au
- Previous message (by thread): Wrap C function which takes variable lengthed parameters?
- Next message (by thread): How to make a socket.recv with nonblock?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list