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 loewis, serhiy.storchaka, vstinner
Date 2014-09-03.07:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409727816.97.0.893682074853.issue22271@psf.upfronthosting.co.za>
In-reply-to
Content
> It would be better to emit a warning only at compile time. End user of compiled extension can't do anything with a warning emitted at run time, only its author can avoid it.

DeprecatedWarning warnings are silent by default. So it will not annoy users.
History
Date User Action Args
2014-09-03 07:03:36vstinnersetrecipients: + vstinner, loewis, serhiy.storchaka
2014-09-03 07:03:36vstinnersetmessageid: <1409727816.97.0.893682074853.issue22271@psf.upfronthosting.co.za>
2014-09-03 07:03:36vstinnerlinkissue22271 messages
2014-09-03 07:03:36vstinnercreate