Python from Wise Guy's Viewpoint
Frode Vatvedt Fjeld
frodef at cs.uit.no
Sun Oct 19 13:38:40 EDT 2003
More information about the Python-list mailing list
Sun Oct 19 13:38:40 EDT 2003
- Previous message (by thread): Python from Wise Guy's Viewpoint
- Next message (by thread): Python from Wise Guy's Viewpoint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John Thingstad <john.thingstad at chello.no> writes: > [..] Functions are internally delt with using dictionaies. The > bytecode compiler gives it a ID and the look up is done using a > dictionary. Removing the function from the dictionary removes the > function. (pythonese for hash-table) So to get from the ID to the bytecode, you go through a dictionary? And the mapping from name to ID happens perhaps when the caller is bytecode-compiled? -- Frode Vatvedt Fjeld
- Previous message (by thread): Python from Wise Guy's Viewpoint
- Next message (by thread): Python from Wise Guy's Viewpoint
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list