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 serhiy.storchaka
Recipients alex, cstratak, pablogsal, serhiy.storchaka, vstinner, xiang.zhang
Date 2018-06-15.08:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529051005.94.0.947875510639.issue33630@psf.upfronthosting.co.za>
In-reply-to
Content
As I wrote on GitHub, I think that it is better to use the list approach always for two reasons:

1) Additional #if's and duplications clutter the code.

2) It is hard to test the alternate branch if the other branch is used on most developer computers.

It is better to have a single branch and add a comment that explains a workaround. It can be removed after platforms with buggy glibc versions will grow out of use.
History
Date User Action Args
2018-06-15 08:23:26serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, alex, xiang.zhang, cstratak, pablogsal
2018-06-15 08:23:25serhiy.storchakasetmessageid: <1529051005.94.0.947875510639.issue33630@psf.upfronthosting.co.za>
2018-06-15 08:23:25serhiy.storchakalinkissue33630 messages
2018-06-15 08:23:25serhiy.storchakacreate