[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-24 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-24 Thread miss-islington
miss-islington added the comment: New changeset 4973f767891e8eb14925a58313085e14cf6ea621 by Miss Islington (bot) in branch '3.7': bpo-34448: Improve output of usable wchar_t check (GH-8846) https://github.com/python/cpython/commit/4973f767891e8eb14925a58313085e14cf6ea621 -- nosy: +m

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8373 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 3738fadc670274ecc4649f51b52a93602820a375 by Berker Peksag (Michael Osipov) in branch 'master': bpo-34448: Improve output of usable wchar_t check (GH-8846) https://github.com/python/cpython/commit/3738fadc670274ecc4649f51b52a93602820a375 ---

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-23 Thread Berker Peksag
Berker Peksag added the comment: The message is a bit more descriptive if wchar_t isn't usable: > checking whether wchar_t is signed... yes > no usable wchar_t found I'm not sure if it's worth to backport to 3.6, but it's a nice improvement for 3.7 and master branches. Also, it simplifies th

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-21 Thread Michael Osipov
Change by Michael Osipov <1983-01...@gmx.net>: -- versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-21 Thread Michael Osipov
Change by Michael Osipov <1983-01...@gmx.net>: -- keywords: +patch pull_requests: +8318 stage: -> patch review ___ Python tracker ___ _

[issue34448] incomplete/missing message from configure.ac for usable wchar_t

2018-08-21 Thread Michael Osipov
New submission from Michael Osipov <1983-01...@gmx.net>: If the wchar_t is usable on a system we get the following: > checking for UCS-4 tcl... no > checking whether wchar_t is signed... no > yes > checking whether byte ordering is bigendian... yes > checking ABIFLAGS... dm > checking SOABI...