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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-12-07.11:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512646289.85.0.213398074469.issue32240@psf.upfronthosting.co.za>
In-reply-to
Content
I hate this "obscure" C syntax "PyObject * const *args".

Technically, is it possible to define it as a type with a better name to give more context where the type would be defined?

For example, "PyConstObjectArray"?
History
Date User Action Args
2017-12-07 11:31:29vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-12-07 11:31:29vstinnersetmessageid: <1512646289.85.0.213398074469.issue32240@psf.upfronthosting.co.za>
2017-12-07 11:31:29vstinnerlinkissue32240 messages
2017-12-07 11:31:29vstinnercreate