This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erikjanss
Recipients Jeffrey.Armstrong, erikjanss, r.david.murray, serhiy.storchaka, vstinner
Date 2018-11-01.15:49:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541087362.16.0.788709270274.issue20596@psf.upfronthosting.co.za>
In-reply-to
Content
I created a github pull request based on the last patch of Jeffrey Armstrong.

Since mingw now also has a wcstok_s function, the discrimination between wcstok/wcstok_s is now based on MS_WINDOWS being defined, as was the case in Modules/main.c.

Is this correct, or should it be based on the detected compiler ?
History
Date User Action Args
2018-11-01 15:49:22erikjansssetrecipients: + erikjanss, vstinner, r.david.murray, serhiy.storchaka, Jeffrey.Armstrong
2018-11-01 15:49:22erikjansssetmessageid: <1541087362.16.0.788709270274.issue20596@psf.upfronthosting.co.za>
2018-11-01 15:49:22erikjansslinkissue20596 messages
2018-11-01 15:49:22erikjansscreate