[Python-Dev] Embedded python on Win2K, import failures (original) (raw)
Martin v. L�wis martin@v.loewis.de
12 Apr 2003 14:31:07 +0200
- Previous message: [Python-Dev] Embedded python on Win2K, import failures
- Next message: [Python-Dev] Startup overhead due to codec usage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"M.-A. Lemburg" <mal@lemburg.com> writes:
The codec machinery was carefully designed not to introduce extra overhead when not using Unicode in programs. The above approach pretty much kills this effort :-)
This effort is dead already. For example, on Unix, the file system default encoding is initialized from the user's preference; to verify that the encoding really exists, a codec lookup is performed.
Regards, Martin
- Previous message: [Python-Dev] Embedded python on Win2K, import failures
- Next message: [Python-Dev] Startup overhead due to codec usage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]