Re: [Python-3000] Allocation of unicode objects

2008-02-10 Thread Martin v. Löwis
> Since there are discussions going on on the topic of allocation algorithms for > various built-in types, I thought I'd mention there's a patch for turning > unicode objects into variable-sized objects (rather than using a > separately-allocated buffer). The aim is to make allocation of those obje

Re: [Python-3000] Allocation of unicode objects

2008-02-10 Thread Guido van Rossum
On Feb 10, 2008 4:53 AM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > Since there are discussions going on on the topic of allocation algorithms for > various built-in types, I thought I'd mention there's a patch for turning > unicode objects into variable-sized objects (rather than using a > separa

[Python-3000] Allocation of unicode objects

2008-02-10 Thread Antoine Pitrou
Hi, Since there are discussions going on on the topic of allocation algorithms for various built-in types, I thought I'd mention there's a patch for turning unicode objects into variable-sized objects (rather than using a separately-allocated buffer). The aim is to make allocation of those objects