Py_hash_t on python27

Rene Engelhard rene at debian.org
Fri Jan 22 07:47:42 PST 2016


Hi,

On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote:
> Le 21/01/16 20:11, Richard PALO a écrit :
> >> Isn't this a python3 feature?
> >>
> 
> looks like it was 3.2 according to the python website (in the release notes for 3.2)
> so I use instead:
> > -#if PY_VERSION_HEX < 0x02070000
> > +#if PY_VERSION_HEX < 0x03020000

We need python >= 3.3 when using python3 anyway (see configure;
and that is because of python3-internal changes), so that is a
given.

Regards,

Rene


More information about the LibreOffice mailing list