Message82150
In unicode path Python 3.0.1 crashes when importing compiled module.
This does not happen on Python 3.0, new in 3.0.1.
Detailed Situation:
OS: win2000
current pathname contains Japanese characters.
./a.py contains only a statement "import b".
./b.py is empty.
> python a.py
(nothing is happen but b.pyc is created)
> python a.py
Traceback (most recent call last):
File "a.py", line 1, in <module>
import b
UnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 3:
unexpected code byte |
|
| Date |
User |
Action |
Args |
| 2009-02-15 11:26:14 | miwa | set | recipients:
+ miwa |
| 2009-02-15 11:26:13 | miwa | set | messageid: <1234697173.89.0.607307713692.issue5273@psf.upfronthosting.co.za> |
| 2009-02-15 11:26:12 | miwa | link | issue5273 messages |
| 2009-02-15 11:26:11 | miwa | create | |
|