[ python-Bugs-1273892 ] Encoding memory problem.
SourceForge.net
noreply at sourceforge.net
Fri Aug 26 12:17:36 CEST 2005
Bugs item #1273892, was opened at 2005-08-26 11:40
Message generated for change (Settings changed) made by doerwalter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1273892&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 2.4
>Status: Closed
>Resolution: Out of Date
>Priority: 5
Submitted By: Darek Ostolski (ostolski)
Assigned to: Nobody/Anonymous (nobody)
Summary: Encoding memory problem.
Initial Comment:
When you execute command
import select
python crashes under windows XP/2000
I think this bug inside Python interpreter. However
when you remove first line or remove comments this
command executes fine under Python 2.4 but still crash
under Python 2.4.1
----------------------------------------------------------------------
>Comment By: Walter Dörwald (doerwalter)
Date: 2005-08-26 12:17
Message:
Logged In: YES
user_id=89016
This bug is already fixed in the current CVS version (which
will prbably be released as 2.4.2 in mid-September).
select.py imports properly on both Windows and Linux.
Closing as "Out Of Date".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1273892&group_id=5470
More information about the Python-bugs-list
mailing list