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.

classification
Title: Encoding memory problem.
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: doerwalter, ostolski
Priority: normal Keywords:

Created on 2005-08-26 09:40 by ostolski, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
select.py ostolski, 2005-08-26 09:44
Messages (2)
msg26124 - (view) Author: Darek Ostolski (ostolski) Date: 2005-08-26 09:40
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
msg26125 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2005-08-26 10:17
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".
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42307
2005-08-26 09:40:26ostolskicreate