Thanks for letting me know.
On Tue, 21 May 2019, 17:04 Inada Naoki, wrote:
> I plan to remove int support in Python 3.10.
>
> If this warning is ignored, the extension module will be broken silently
> from 3.10.
> It is because C is not typesafe here.
>
> Regards,
>
>
> 2019年5月22日(水) 0:56 Robin
On 05/21/2019 08:51 AM, Robin Becker wrote:
Marius Gedminas has kindly been doing some work with reportlab and python 3.8a1
He reports this new deprecation warning from a c extension build
DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
Currently we build the extensions
I plan to remove int support in Python 3.10.
If this warning is ignored, the extension module will be broken silently
from 3.10.
It is because C is not typesafe here.
Regards,
2019年5月22日(水) 0:56 Robin Becker :
> Marius Gedminas has kindly been doing some work with reportlab and python
> 3.8a1
Marius Gedminas has kindly been doing some work with reportlab and python 3.8a1
He reports this new deprecation warning from a c extension build
DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
Currently we build the extensions for 2.7 3.4-3.7 Windows 32 & 64 MacOS and
lin