9b6fec4651
* bpo-39336: Allow setattr to fail on modules which aren't assignable When attaching a child module to a package if the object in sys.modules raises an AttributeError (e.g. because it is immutable) it causes the whole import to fail. This now allows immutable packages to exist and an ImportWarning is reported and the AttributeError exception is ignored. |
||
---|---|---|
.. | ||
circular_imports | ||
package | ||
package2 | ||
unwritable |