Creating superset of list objects?
William Park
parkw at better.net
Thu Oct 5 15:17:59 EDT 2000
More information about the Python-list mailing list
Thu Oct 5 15:17:59 EDT 2000
- Previous message (by thread): Creating superset of list objects?
- Next message (by thread): Creating superset of list objects?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've made many private additions to 'Objects/listobject.c', and I now want to move them into its own module. Can anyone give me pointers as to how I can create a superset of regular list? I don't have sufficient understanding of "big picture" to write stand-alone module which defines new objects. Roughly, I want to simply rename 'listobject.c' to 'mylistobject.c' (rename things inside the file as well), and... ---William Park, Open Geometry Consulting
- Previous message (by thread): Creating superset of list objects?
- Next message (by thread): Creating superset of list objects?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list