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 loewis
Recipients
Date 2001-12-11.18:18:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The largefile problem was fixed with test_largefile.py 1.12;
I can't test it since it won't send the signal anymore (but
I think it should work now - or, rather, the test will fail
instead of dumping core).

The test_unicodefile also seems to be due to a bug in
OpenUNIX: nl_langinfo(CODESET) returns an empty string in
the "C" locale. I believe it should return the name of the
charset in the C locale, e.g. "US-ASCII" (Solaris returns
"646", Linux 'ansi_x3.4_1968').

On the getaddrinfo issue, please do report this to Caldera:
the test was authored by Jun-ichiro "itojun" Hagino, who is
an IPv6 guru - so I'm pretty certain the test is right and
the system is wrong. However, if Caldera analyses this as a
bug on our side, please let us know.

With that, I think all issues have been addressed, so I'm
closing this report. If you find any further problems,
please open a new one.
History
Date User Action Args
2007-08-23 13:57:53adminlinkissue490453 messages
2007-08-23 13:57:53admincreate