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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ronaldoussoren
Date 2013-06-11.17:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370970999.25.0.158348101799.issue18181@psf.upfronthosting.co.za>
In-reply-to
Content
Is it possible to avoid a new slot?
for example, super() could walk the tp_base-> chain and call tp_getattro each time the value changes.
History
Date User Action Args
2013-06-11 17:16:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ronaldoussoren
2013-06-11 17:16:39amaury.forgeotdarcsetmessageid: <1370970999.25.0.158348101799.issue18181@psf.upfronthosting.co.za>
2013-06-11 17:16:39amaury.forgeotdarclinkissue18181 messages
2013-06-11 17:16:39amaury.forgeotdarccreate