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 Sergey, aleax, jcea, serhiy.storchaka, terry.reedy
Date 2013-06-30.14:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372602116.47.0.17321965434.issue18305@psf.upfronthosting.co.za>
In-reply-to
Content
> Looks like this bug is CPython-specific, others (Jython, IronPython...) don't have it, so people will move code that depends on the internal optimization to other pythons that DO have it. :)

I don't know about IronPython, but Jython and PyPy have same behavior as CPython.

Even if the proposed implementation returns same result for common types, it may have different behavior for user types. Such changes should not do in bugfix releases, this is a new feature. I think that it is worthwhile to discuss the idea at first in the Python-Ideas mailing list [1]. But I suspect that most core developers will agree with Terry.

[1] http://mail.python.org/mailman/listinfo/python-ideas
History
Date User Action Args
2013-06-30 14:21:56serhiy.storchakasetrecipients: + serhiy.storchaka, aleax, terry.reedy, jcea, Sergey
2013-06-30 14:21:56serhiy.storchakasetmessageid: <1372602116.47.0.17321965434.issue18305@psf.upfronthosting.co.za>
2013-06-30 14:21:56serhiy.storchakalinkissue18305 messages
2013-06-30 14:21:56serhiy.storchakacreate