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 brett.cannon, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-06-03.18:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496515924.58.0.207464863527.issue30534@psf.upfronthosting.co.za>
In-reply-to
Content
There is no respective type. abs() is just an arbitrary example. There are perhaps tens functions affected by this bug. test_exception_messages looks an overkill. There are similar tests in test_capi and test_getargs2 that test public PyArg_* functions. But this bug is related to other code.

Hmm, may be test_call is an appropriate test.
History
Date User Action Args
2017-06-03 18:52:04serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, scoder, vstinner
2017-06-03 18:52:04serhiy.storchakasetmessageid: <1496515924.58.0.207464863527.issue30534@psf.upfronthosting.co.za>
2017-06-03 18:52:04serhiy.storchakalinkissue30534 messages
2017-06-03 18:52:04serhiy.storchakacreate