[issue20596] Support for alternate wcstok syntax for Windows compilers

Serhiy Storchaka report at bugs.python.org
Fri Nov 9 08:02:48 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

wcstok_s is an optional part of C11 and can be available in other compilers.

http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf#%5B%7B%22num%22%3A1401%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C0%2C792%2C0%5D

----------
versions: +Python 3.8 -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20596>
_______________________________________


More information about the Python-bugs-list mailing list