Nick Coghlan added the comment:

Regarding the accidental exposure of _Py_CheckRecursionLimit, the main active 
usage of the stable ABI that we're aware of is Riverbank's C/C++ binding 
generator for PyQt: 
http://pyqt.sourceforge.net/Docs/sip4/directives.html#directive-%Module (see 
the use_limited_api option for the linked directive)

I checked with Phil Thomson (sip's maintainer), and the bindings sip generates 
don't use either of the public macros that access this nominally private value.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30860>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to