Re: svn commit: r25741 - branches/ctypes-python-bindings/csvn
From: David James <james_at_cs.toronto.edu>
Date: 2007-07-14 21:05:41 CEST
Hi Sage,
On 7/14/07, sage@tigris.org <sage@tigris.org> wrote:
In the wrapper, why don't we just convert the apr_off_t objects into
Here's a cross-platform function for converting apr_off_t into an integer.
if hasattr(apr_off_t, "value"):
I believe that apr_off_t is either a "long" or an "off64_t" on all
Cheers,
David
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.