消息 [131484]
> mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
> TypeError: 'NoneType' object is not iterable
The problem is that imp.find_module() now returns None as the filename, but imp.load_module() doesn't support None. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-03-20 11:35:13 | vstinner | 修改 | recipients:
+ vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, benjamin.peterson, eric.araujo, Arfrever, r.david.murray, python-dev |
| 2011-03-20 11:35:13 | vstinner | 修改 | messageid: <1300620913.19.0.595678026722.issue3080@psf.upfronthosting.co.za> |
| 2011-03-20 11:35:12 | vstinner | 链接 | issue3080 messages |
| 2011-03-20 11:35:12 | vstinner | 创建 | |
|