[Python-Dev] special method lookup: how much do we care? (original) (raw)
Benjamin Peterson benjamin at python.org
Sat May 9 17:52:11 CEST 2009
- Previous message: [Python-Dev] special method lookup: how much do we care?
- Next message: [Python-Dev] special method lookup: how much do we care?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2009/5/9 Terry Reedy <tjreedy at udel.edu>:
Benjamin Peterson wrote:
reduce setstate reversed lengthhint sizeof No, it's easier to just use PyObjectLookupSpecial there. Does that mean that the above 5 'work correctly' (or can easily be made to do so)? Leaving just entry and exit as problems?
Yes, enter and exit are the tricky ones.
-- Regards, Benjamin
- Previous message: [Python-Dev] special method lookup: how much do we care?
- Next message: [Python-Dev] special method lookup: how much do we care?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]