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 r.david.murray
Recipients berker.peksag, ghaering, palaviv, r.david.murray
Date 2017-05-08.22:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494282409.59.0.213277207153.issue30262@psf.upfronthosting.co.za>
In-reply-to
Content
I don't do much with the C API, but since your goal is to remove them from the PyMODINIT_FUNC, I would think you could replace those entries with calls to wrapper functions that issue the deprecation and then call the real function.
History
Date User Action Args
2017-05-08 22:26:49r.david.murraysetrecipients: + r.david.murray, ghaering, berker.peksag, palaviv
2017-05-08 22:26:49r.david.murraysetmessageid: <1494282409.59.0.213277207153.issue30262@psf.upfronthosting.co.za>
2017-05-08 22:26:49r.david.murraylinkissue30262 messages
2017-05-08 22:26:49r.david.murraycreate