This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients amaury.forgeotdarc, ronaldoussoren
Date 2013-06-11.14:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370961059.96.0.264348531685.issue18181@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a first very rough patch to demonstrate what I was rambling about.

With this patch and a patched version of PyObjC I can use the builtin super class with the proxy classes for Objective-C classes.

Open issues:

* Does this need a pep?

* The name of the new slot sucks, need to find a better one

* Should it be possible to define the slot in Python code?

  Probably, the 'super.py' file is a crude hack but I can imagine
  more realistic scenarios where implementing the slot in Python
  would be useful.

* There are no tests, and no documentation updates
History
Date User Action Args
2013-06-11 14:31:00ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc
2013-06-11 14:30:59ronaldoussorensetmessageid: <1370961059.96.0.264348531685.issue18181@psf.upfronthosting.co.za>
2013-06-11 14:30:59ronaldoussorenlinkissue18181 messages
2013-06-11 14:30:59ronaldoussorencreate