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 methane
Recipients ZackerySpytz, jdemeyer, methane, philthompson10
Date 2019-07-19.08:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563523535.26.0.461898313994.issue37588@roundup.psfhosted.org>
In-reply-to
Content
I think it's bad idea that suppressing deprecation warning to suppress the warning for deprecated member.

It is highly recommended to "not" touching tp_print.
Why you want to suppress deprecation warning, not missing field initialisers?

You can suppress the warninb by `-Wno-missing-field-initializers` compiler option or `#pragma GCC diagnostic ignored "-Wmissing-field-initializers"`.
History
Date User Action Args
2019-07-19 08:05:35methanesetrecipients: + methane, philthompson10, jdemeyer, ZackerySpytz
2019-07-19 08:05:35methanesetmessageid: <1563523535.26.0.461898313994.issue37588@roundup.psfhosted.org>
2019-07-19 08:05:35methanelinkissue37588 messages
2019-07-19 08:05:35methanecreate