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 Anthony Sottile, ammar2, barry, brett.cannon, jwilk, miss-islington, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano, thautwarm, xiang.zhang
Date 2019-12-21.18:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576952295.18.0.0808190940783.issue34850@roundup.psfhosted.org>
In-reply-to
Content
It cannot be suppressed by the code in the module caused a warning, because the warning is emitted at compile time. You need to silence it before compiling that module. Once you have compiled it, warning will no longer be emitted.
History
Date User Action Args
2019-12-21 18:18:15serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, nascheme, rhettinger, jwilk, steven.daprano, njs, xiang.zhang, Anthony Sottile, ammar2, thautwarm, miss-islington
2019-12-21 18:18:15serhiy.storchakasetmessageid: <1576952295.18.0.0808190940783.issue34850@roundup.psfhosted.org>
2019-12-21 18:18:15serhiy.storchakalinkissue34850 messages
2019-12-21 18:18:14serhiy.storchakacreate