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: os.lstat crashes with Unicode filename
Type: Stage:
Components: Windows Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: mhammond Nosy List: mhammond
Priority: normal Keywords:

Created on 2003-08-06 02:45 by mhammond, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17628 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2003-08-06 02:45
As seen on c.l.py.  I'll check a patch into both the
trunk and the 2.3 maint branch
msg17629 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2003-08-06 02:49
Logged In: YES 
user_id=14198

Checked in on the trunk:
Checking in Modules/posixmodule.c;
new revision: 2.301; previous revision: 2.300
Checking in Lib/test/test_unicode_file.py;
new revision: 1.10; previous revision: 1.9

On 2.3 maint branch:
Checking in Modules/posixmodule.c;
new revision: 2.300.8.1; previous revision: 2.300
Checking in Lib/test/test_unicode_file.py;
new revision: 1.9.10.1; previous revision: 1.9
History
Date User Action Args
2022-04-10 16:10:30adminsetgithub: 39017
2003-08-06 02:45:05mhammondcreate