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 Segev Finer
Recipients Segev Finer, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-04.22:45:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499208330.16.0.584427329332.issue30726@psf.upfronthosting.co.za>
In-reply-to
Content
> The approach used to suppress this warning will also suppress other warnings that might be fixable. Hard to say it's definitely a good thing in this case, though in general I agree that selectively suppressing warnings that cannot be fixed is a good thing.

Most secure CRT warnings are a bit useless in portable code since you are unlikely to really use strcpy_s and friends...
History
Date User Action Args
2017-07-04 22:45:30Segev Finersetrecipients: + Segev Finer, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2017-07-04 22:45:30Segev Finersetmessageid: <1499208330.16.0.584427329332.issue30726@psf.upfronthosting.co.za>
2017-07-04 22:45:30Segev Finerlinkissue30726 messages
2017-07-04 22:45:30Segev Finercreate