
On Thu, Aug 1, 2019 at 10:21 PM Victor Stinner <vstinner@redhat.com> wrote:
Hi INADA-san,
Is it supported on macOS, FreeBSD, AIX, Android, etc.?
My notes on platforms supported by Python: https://pythondev.readthedocs.io/platforms.html
For example, xlc C compiler seems to be commonly used on AIX. I don't know how is its C99 support.
Can we write an unit test somewhere to ensure that %zd works as expected?
Victor
I don't know about AIX too. I googled, but I can not find even man manual for snprintf(3) on AIX. I'm frustrated I wasted a few hours to read some PDFs and searching but I can not find any official document about snprintf(3). I feel it's impossible to support such platforms... Except AIX, I believe all platforms supports size_t and %zd because it's very basic C99 feature. Regards, -- Inada Naoki <songofacandy@gmail.com>