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 gvanrossum
Recipients abarry, ezio.melotti, gvanrossum, r.david.murray, serhiy.storchaka, vstinner, ztane
Date 2016-06-26.22:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466979593.39.0.0983323261364.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
I am okay with making it a silent warning.

Can we do it in two stages though? It doesn't have to be two releases, I just mean two separate commits: (1) fix all places in the stdlib that violate this principle; (2) separately commit the code that causes the silent deprecation (and tests for it).

What exactly was the hard crash you got? Do you think it was a bug in your own C code or in existing C code?
History
Date User Action Args
2016-06-26 22:19:53gvanrossumsetrecipients: + gvanrossum, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane, abarry
2016-06-26 22:19:53gvanrossumsetmessageid: <1466979593.39.0.0983323261364.issue27364@psf.upfronthosting.co.za>
2016-06-26 22:19:53gvanrossumlinkissue27364 messages
2016-06-26 22:19:53gvanrossumcreate