New submission from Brett Cannon:

As explained in https://docs.python.org/3/reference/import.html#loaders, as of 
Python 3.6 an error is to be raised when a loader defines exec_module() but not 
create_module(). Probably should raise a TypeError.

----------
components: Interpreter Core
messages: 258840
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: raise an error when create_module() is not defined by exec_module() is 
for loaders
type: behavior
versions: Python 3.6

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

Reply via email to