[Import-SIG] PEP 451: Big update.

Eric Snow ericsnowcurrently at gmail.com
Thu Sep 19 07:13:02 CEST 2013


On Wed, Sep 18, 2013 at 7:01 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:

> Yeah, I preferred the "prepare_module" name when I thought the extension
> loader returned the cached module object directly. It doesn't, it returns a
> copy, so "create_module" is fine.
>
Cool.

> Also agreed on deferring reload behavioural improvements to a separate PEP.
>
Sounds good.

> As noted in my other email, I think an advisory "this isn't going to work"
> API is a better idea now, since even pure Python modules don't always
> support reloading.
>
 What do you mean by "advisory" API?

> And +1 to "loader_state" as the helper attribute name.
>
That's settled then!  Thanks for the feedback.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/import-sig/attachments/20130918/ae9f9906/attachment.html>


More information about the Import-SIG mailing list