Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

FWIW, I'm -1 on making the change.  Any memory savings would be microscopic for 
most Python programs.  And anything that slows down float creation (even a 
teeny bit) is detrimental to all Python programs.  We're better off not adding 
special case logic unless there is a clear benefit (there isn't).

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14381>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to