[Python-Dev] [Python-checkins] cpython: Issue #19512: Add PyRun_InteractiveOneObject() function (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Fri Nov 8 00:16:13 CET 2013


New C APIs should either be documented or have an underscore prefix.

Also, if they're part of the stable ABI, they need a version guard.

Wishlist item: an automated ABI checker that can diff the exported symbols against a reference list (Could ctypes or cffi be used for that?)

As long as this kind of thing involves manual review, we're going to keep making similar mistakes :P

That said, a potentially simpler first step would be a list of common mistakes to check for/questions to ask during reviews as part of the devguide.

Cheers, Nick. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131108/eae7138f/attachment.html>



More information about the Python-Dev mailing list