[Python-Dev] The Trick
Guido van Rossum
guido at python.org
Sat Oct 18 12:33:49 EDT 2003
More information about the Python-Dev mailing list
Sat Oct 18 12:33:49 EDT 2003
- Previous message: [Python-Dev] The Trick (was Re: copysort patch, was Re: inline sort option)
- Next message: [Python-Dev] in-line sort
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't like the trick of avoiding the copy if the refcount is one; AFAIK it can't be done in Jython. I think the application area is too narrow to warrant a built-in, *and* lists shouldn't grow two similar methods. Let's keep the language small! (I know, by that argument several built-ins shouldn't exist. Well, they might be withdrawn in 3.0; let's not add more.) --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] The Trick (was Re: copysort patch, was Re: inline sort option)
- Next message: [Python-Dev] in-line sort
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list