<div dir="ltr">Hi all,<div><br></div><div>I am preparing a talk for PyCon ES (Spanish PyCon) about the import machinery and I was taking a look on the importlib/_bootstrap.py#module_from_spec</div><div><br></div><div>I see there is a Deprecation warning as on Python3.6 loaders defining exec module must also define create module, but there is also a comment that says: "Typically loaders will not implement create_module()"</div><div><br></div><div>I see that a little bit contradictory, what are the expected changes for the new Python3.6 version? Are the existing Loaders going to be changed to implement create_module?</div><div><br></div><div>Sorry if this has been explained before but I cannot find in the archives the rationale for that.</div><div><br></div><div>Kind Regards,</div><div>Raul</div></div>