[issue24510] Make _PyCoro_GetAwaitableIter a public API

Nick Coghlan report at bugs.python.org
Fri Jun 26 09:40:39 CEST 2015


Nick Coghlan added the comment:

+1 for deferring to 3.6 (version field adjusted accordingly)

One nice aspect of marking private APIs by convention rather than having them enforced by the compiler is that the folks that *really* need them can ignore our recommendation and accept the fact they may need to adapt their code to account for backwards incompatible changes.

----------
versions:  -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24510>
_______________________________________


More information about the Python-bugs-list mailing list