Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

This change would break virtually all existing usages of PyCapsule_Import(). 
And it would look very surprising taking into account the name of this function.

Currently "package.submodule.qual.name" imports package and accesses 
package.submodule.qual.name. You are out of luck if package.submodule was not 
imported before or if importing package doesn't import package.submodule.

----------

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

Reply via email to