June 14, 2004
2:15 p.m.
[Tim]
test_asynchat fails if you run it a *second* time, from .pyc/.pyo file instead of from scratch. This is a known problem with marshal not knowing how to deal with a float infinity (don't ask).
[Guido]
So is someone going to fix it?
[Martin]
Yes. I'll back-out #957240.
Surely there was a less drastic way to fix that? sys.maxint is plenty for an "infinite" timeout... --Guido van Rossum (home page: http://www.python.org/~guido/)