1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

pyldb: Provide replacement for sizeargfunc, not available before Python2.5.

This commit is contained in:
Jelmer Vernooij 2008-12-23 11:48:14 +01:00
parent 00b61ff2cf
commit 4bbd2cbab7

View File

@ -32,6 +32,7 @@
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
typedef int Py_ssize_t;
typedef inquiry lenfunc;
typedef intargfunc sizeargfunc;
#endif
/* Picked out of thin air. To do this properly, we should probably have some part of the