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 mwh
Recipients
Date 2004-06-11.16:31:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

This patch should not have been accepted.

Relying on a floating point infinity to marhsal/unmarshal correctly 
is a bad idea.

With the aid of the LC_NUMERIC agnostism patch, this patch 
breaks test_asynchat *when asyncore.pyc exists*.  I don't have a 
windows machine with a CVS HEAD Python to check, but if 2.3 
behaviour is retained, the upshot is that the count parameter will 
default to *1* if the code is loaded from a .pyc file.
History
Date User Action Args
2007-08-23 15:37:50adminlinkissue957240 messages
2007-08-23 15:37:50admincreate