[Beginner] delete items of [] also from memory
Birgit Rahm
br_y at yahoo.de
Mon Nov 22 02:37:27 EST 2004
More information about the Python-list mailing list
Mon Nov 22 02:37:27 EST 2004
- Previous message (by thread): [Beginner] delete items of [] also from memory
- Next message (by thread): [Beginner] delete items of [] also from memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello newsgroup, I am a beginner, so I am asking maybe immoderate questions. I want to delete a [] variable, after filling it with complex objects. How should I do it? e.g. AAA = [] AAA = [B, C, D, E, F] Can I 1) AAA = [] 2) del AAA[0:] 3) ? whats about the computers memory, will it get free? Or will it get more and more while Python is running? -- Mit freundlichen Grüßen / best regards Birgit Rahm
- Previous message (by thread): [Beginner] delete items of [] also from memory
- Next message (by thread): [Beginner] delete items of [] also from memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list