Prepare to dump mpnumber from mpwObject.

CVS patchset: 6827
CVS date: 2003/05/09 16:13:34
This commit is contained in:
jbj 2003-05-09 16:13:34 +00:00
parent 9c5529608e
commit 4fee8b2420
2 changed files with 192 additions and 444 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@ typedef struct mpwObject_s {
PyObject_HEAD PyObject_HEAD
PyObject *md_dict; /*!< to look like PyModuleObject */ PyObject *md_dict; /*!< to look like PyModuleObject */
mpnumber n; mpnumber n;
mpw data[1];
} mpwObject; } mpwObject;
/** /**