1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-08 11:02:18 +03:00
Files
libxslt/python/libxslt.c
Chun-wei Fan 966296cb9b python/libxslt.c: Replace ssize_t with Py_ssize_t
This ensures that we have the ssize_t that we want on all compilers supported
by Python, since ssize_t is not supported on Visual Studio, for instance, since
it is a POSIX type.
2022-11-21 12:38:53 +08:00

35 KiB