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: test__locale fails with RADIXCHAR on Windows
Type: Stage:
Components: Tests, Windows Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: abbeyj, benjamin.peterson, ocean-city
Priority: normal Keywords: patch

Created on 2009-06-05 03:43 by abbeyj, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test__locale_on_windows.patch abbeyj, 2009-06-05 03:43
Messages (2)
msg88919 - (view) Author: James Abbatiello (abbeyj) Date: 2009-06-05 03:43
regrtest.py test__locale fails with:
test__locale
test test__locale crashed -- <type 'exceptions.ImportError'>: cannot
import name
 RADIXCHAR
1 test failed:
    test__locale

The attached patch backports the fix from issue5643
msg88924 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-06-05 06:03
Committed in r73238. Thanks!
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50447
2009-06-05 06:04:04ocean-citysetstatus: open -> closed
resolution: fixed
messages: + msg88924
2009-06-05 03:43:32abbeyjcreate