[Python-Dev] Re: [Python-checkins] python/dist/src/Pythonmarshal.c, 1.79, 1.80 (original) (raw)
Armin Rigo arigo at tunes.org
Wed Dec 22 13:53:37 CET 2004
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Pythonmarshal.c, 1.79, 1.80
- Next message: [Python-Dev] Re: Re: [Python-checkins]python/dist/src/Pythonmarshal.c, 1.79, 1.80
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Tim,
On Tue, Dec 21, 2004 at 05:21:29PM -0500, Tim Peters wrote:
> we reverted to repr/eval, which is quite slower (and actually not guaranteed to > work across Python versions either: string escapes sometimes change).
Really? The precise rules str's repr uses for which escapes to produce certainly change, but I don't recall any case outside Unicodeland where a new string escape was ever introduced.
My mistake, I seemed to remember something along these lines but you are obviously right. Python 1.5.2 reads all escapes of a recent Python just fine.
Armin
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Pythonmarshal.c, 1.79, 1.80
- Next message: [Python-Dev] Re: Re: [Python-checkins]python/dist/src/Pythonmarshal.c, 1.79, 1.80
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]