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 philthompson10
Recipients ZackerySpytz, jdemeyer, methane, philthompson10
Date 2019-07-19.09:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563528950.21.0.935923980841.issue37588@roundup.psfhosted.org>
In-reply-to
Content
I am not "touching" tp_print. I am simply defining it as 0 to avoid the missing initialiser warning. My point is that it should be possible to write code that doesn't trigger warnings (whether or not you suppress them).
History
Date User Action Args
2019-07-19 09:35:50philthompson10setrecipients: + philthompson10, methane, jdemeyer, ZackerySpytz
2019-07-19 09:35:50philthompson10setmessageid: <1563528950.21.0.935923980841.issue37588@roundup.psfhosted.org>
2019-07-19 09:35:50philthompson10linkissue37588 messages
2019-07-19 09:35:49philthompson10create