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 rhettinger
Recipients larry, rhettinger
Date 2019-08-24.19:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566674285.44.0.717219773652.issue37942@roundup.psfhosted.org>
In-reply-to
Content
Note, the argument clinic is already generating code like this for return values in "class double_return_converter".  For example,

    _return_value = _statistics__normal_dist_inv_cdf_impl(module, p, mu, sigma);
    if ((_return_value == -1.0) && PyErr_Occurred()) {
	goto exit;
    }
History
Date User Action Args
2019-08-24 19:18:05rhettingersetrecipients: + rhettinger, larry
2019-08-24 19:18:05rhettingersetmessageid: <1566674285.44.0.717219773652.issue37942@roundup.psfhosted.org>
2019-08-24 19:18:05rhettingerlinkissue37942 messages
2019-08-24 19:18:05rhettingercreate