python: fix returning size_t values.
* python/libmu_py/address.c: Use PyInt_FromSize_t to return size_t and similar values. * python/libmu_py/auth.c: Likewise. * python/libmu_py/body.c: Likewise. * python/libmu_py/header.c: Likewise. * python/libmu_py/mailbox.c: Likewise. * python/libmu_py/mailcap.c: Likewise. * python/libmu_py/message.c: Likewise. * python/libmu_py/mime.c: Likewise. * python/libmu_py/sieve.c: Likewise. * python/libmu_py/stream.c: Likewise.
Showing
10 changed files
with
45 additions
and
49 deletions
-
Please register or sign in to post a comment