[ python-Bugs-971200 ] marshalling infinities
SourceForge.net
noreply at sourceforge.net
Fri Jun 11 11:58:50 EDT 2004
Bugs item #971200, was opened at 2004-06-11 16:19
Message generated for change (Comment added) made by mwh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=971200&group_id=5470
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Nobody/Anonymous (nobody)
>Summary: marshalling infinities
Initial Comment:
current cvs head, mac os x 10.2, debug build of python.
test_asynchat fails if and only if the compiled asyncore.pyc
file is present.
this makes no sense to me, but it's consistent.
----------------------------------------------------------------------
>Comment By: Michael Hudson (mwh)
Date: 2004-06-11 16:58
Message:
Logged In: YES
user_id=6656
Oh my:
>>> 1e309
Inf
[40577 refs]
>>> marshal.loads(marshal.dumps(1e309))
0.0
[40577 refs]
this must be the new "LC_NUMERIC agnostic" stuff, right?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=971200&group_id=5470
More information about the Python-bugs-list
mailing list