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 scoder
Recipients jdemeyer, rhettinger, scoder
Date 2018-07-31.05:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533014994.51.0.56676864532.issue34280@psf.upfronthosting.co.za>
In-reply-to
Content
Agree with Raymond. If the goal is to pass something else, then functions that want to make use of that "something else" have to be modified anyway, in which case also changing the call type wouldn't hurt (assuming the new value still fits into the flag options, but it should).

Only drawback is that adding a new calling convention breaks *calling* code that does not go through the C-API for calling functions, or that otherwise makes direct use of the calling convention flags. But that should be very rare and I think it's acceptable to require such code to be adapted. It would very likely be amongst the beneficiaries of the proposed calling changes anyway.
History
Date User Action Args
2018-07-31 05:29:54scodersetrecipients: + scoder, rhettinger, jdemeyer
2018-07-31 05:29:54scodersetmessageid: <1533014994.51.0.56676864532.issue34280@psf.upfronthosting.co.za>
2018-07-31 05:29:54scoderlinkissue34280 messages
2018-07-31 05:29:54scodercreate