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 vstinner
Recipients benjamin.peterson, methane, serhiy.storchaka, vstinner, yselivanov
Date 2017-01-13.16:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484323612.0.0.751003643165.issue29260@psf.upfronthosting.co.za>
In-reply-to
Content
> Designated initializers already are used in _asynciomodule.c.

Oh, I didn't notice. Since I don't recall any bug report on compilation failing on this module, I guess that it's fine to start to use them in more code.

> But this is one of C99 features that are not compatible with C++. Using them makes harder possible using C++ compiler in future.

Hum, what kind of issue? With which compiler? What is it in the PEP 7 in this case?
History
Date User Action Args
2017-01-13 16:06:52vstinnersetrecipients: + vstinner, benjamin.peterson, methane, serhiy.storchaka, yselivanov
2017-01-13 16:06:52vstinnersetmessageid: <1484323612.0.0.751003643165.issue29260@psf.upfronthosting.co.za>
2017-01-13 16:06:51vstinnerlinkissue29260 messages
2017-01-13 16:06:51vstinnercreate