[issue34672] '%Z' strftime specifier never works with musl

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34672] '%Z' strftime specifier never works with musl

2018-10-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: It looks like this issue has been fixed by GH-9288. Can this be closed? Should we backport? -- ___ Python tracker ___ __

[issue34672] '%Z' strftime specifier never works with musl

2018-10-28 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 163eca34c48f1b25e1504e37f4656773fd0fdc78 by Xiang Zhang in branch 'master': bpo-34672: fix a compiler warning in timemodule.c (GH-10176) https://github.com/python/cpython/commit/163eca34c48f1b25e1504e37f4656773fd0fdc78 -- nosy: +xiang.zha

[issue34672] '%Z' strftime specifier never works with musl

2018-10-28 Thread Xiang Zhang
Change by Xiang Zhang : -- pull_requests: +9499 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34672] '%Z' strftime specifier never works with musl

2018-09-14 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue34672] '%Z' strftime specifier never works with musl

2018-09-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset b93062b7fbc965cd0d522f597ed51eb4e493dfc2 by Benjamin Peterson in branch 'master': bpo-34672: Don't pass NULL to gmtime_r. (GH-9312) https://github.com/python/cpython/commit/b93062b7fbc965cd0d522f597ed51eb4e493dfc2 -- __

[issue34672] '%Z' strftime specifier never works with musl

2018-09-14 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +8738 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34672] '%Z' strftime specifier never works with musl

2018-09-14 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +p-ganssle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue34672] '%Z' strftime specifier never works with musl

2018-09-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 5633c4f342d957df2ef0d67b9bfb472a0d28a76b by Benjamin Peterson in branch 'master': bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288) https://github.com/python/cpython/commit/5633c4f342d957df2ef0d67b9bfb472a0d28

[issue34672] '%Z' strftime specifier never works with musl

2018-09-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8719 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34672] '%Z' strftime specifier never works with musl

2018-09-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : With the musl C library, one has failures like this: == FAIL: test_strptime (test.test_time.TimeTestCase) -- Traceback (