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 terry.reedy
Recipients fdrake, iter, ned.deily, r.david.murray, serhiy.storchaka, terry.reedy
Date 2018-06-07.18:46:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528397176.73.0.592728768989.issue33274@psf.upfronthosting.co.za>
In-reply-to
Content
Let me clarify part of what I wrote.  If we make this change in 2.7.16, then any code that uses the return value will not run on anything previous.  This may not matter for you, but would be bad for public code.  This cost is present in all bug fixes, but usually there is the benefit that existing code will run better without being changed, or that it becomes possible to get certain results that were not possible before.  This code does not have those benefits.
History
Date User Action Args
2018-06-07 18:46:16terry.reedysetrecipients: + terry.reedy, fdrake, ned.deily, r.david.murray, serhiy.storchaka, iter
2018-06-07 18:46:16terry.reedysetmessageid: <1528397176.73.0.592728768989.issue33274@psf.upfronthosting.co.za>
2018-06-07 18:46:16terry.reedylinkissue33274 messages
2018-06-07 18:46:16terry.reedycreate