[issue28401] Don't support the PEP384 stable ABI in pydebug builds

Brett Cannon report at bugs.python.org
Tue May 23 14:27:23 EDT 2017


Brett Cannon added the comment:

So limited ABI modules can't be imported by a Py_DEBUG build. Stefano's patch just skips over them. That seems reasonable, but one question I do have is whether this would confuse users since they will simply get an ImportError instead of some other error and thus will they be able to realize why there's a problem?

----------
components: +Interpreter Core -Library (Lib)
nosy: +brett.cannon, eric.snow, ncoghlan
stage:  -> commit review

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


More information about the Python-bugs-list mailing list