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 zzzeek
Recipients zzzeek
Date 2014-02-26.22:14:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393452872.16.0.845028335163.issue20786@psf.upfronthosting.co.za>
In-reply-to
Content
for context, we are currently creating wrappers around these methods in SQLAlchemy, and in the case of property dunders, we expect that exception and catch it.   So when the exception doesn't happen, we assume the answer is correct, but in this case it's not - the answer getargspec() gives us cannot be used to create a correct wrapper unless there's some other detail I'm missing.   hence this is backwards incompatible.
History
Date User Action Args
2014-02-26 22:14:32zzzeeksetrecipients: + zzzeek
2014-02-26 22:14:32zzzeeksetmessageid: <1393452872.16.0.845028335163.issue20786@psf.upfronthosting.co.za>
2014-02-26 22:14:32zzzeeklinkissue20786 messages
2014-02-26 22:14:31zzzeekcreate