On Thu, Aug 1, 2019 at 10:21 PM Victor Stinner <[email protected]> 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 <[email protected]> _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/O7H4FBLDQBHSKGSEJQ2TU7IRNKUAPJDV/
