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 serhiy.storchaka
Recipients Taywee, astrand, gregory.p.smith, serhiy.storchaka
Date 2016-05-13.19:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463168248.34.0.0746936107058.issue27015@psf.upfronthosting.co.za>
In-reply-to
Content
This is a problem not only with CalledProcessError, but with all custom exceptions with overridden __init__. BaseException.__new__ saves positional arguments as the "args" attribute, but ignores keyword arguments. repr() and pickle use "args".
History
Date User Action Args
2016-05-13 19:37:28serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, astrand, Taywee
2016-05-13 19:37:28serhiy.storchakasetmessageid: <1463168248.34.0.0746936107058.issue27015@psf.upfronthosting.co.za>
2016-05-13 19:37:28serhiy.storchakalinkissue27015 messages
2016-05-13 19:37:28serhiy.storchakacreate