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, andy.chugunov, ezio.melotti, flox, mark.dickinson, python-dev, r.david.murray, ronaldoussoren
Date 2013-05-21.06:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369117269.45.0.749716619154.issue17973@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that there's probably no good solution here.

Catching TypeError would require emitting a lot more byte code, and would change the semantics of augmented assignment, in particular it wouldn't really be an assignment statement anymore (and hides some flow control).
History
Date User Action Args
2013-05-21 06:21:09ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc, mark.dickinson, ezio.melotti, r.david.murray, flox, python-dev, andy.chugunov
2013-05-21 06:21:09ronaldoussorensetmessageid: <1369117269.45.0.749716619154.issue17973@psf.upfronthosting.co.za>
2013-05-21 06:21:09ronaldoussorenlinkissue17973 messages
2013-05-21 06:21:09ronaldoussorencreate