Message 316923 - Python tracker

Message316923

Author serhiy.storchaka
Recipients eric.snow, lekma, ncoghlan, petr.viktorin, serhiy.storchaka, skrah
Date 2018-05-17.12:42:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526560932.8.0.682650639539.issue32414@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-17 12:42:12serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, petr.viktorin, lekma, skrah, eric.snow
2018-05-17 12:42:12serhiy.storchakasetmessageid: <1526560932.8.0.682650639539.issue32414@psf.upfronthosting.co.za>
2018-05-17 12:42:12serhiy.storchakalinkissue32414 messages
2018-05-17 12:42:12serhiy.storchakacreate