Message206995
The "simple" patch actually looks like a good way to end up with find_spec specific bugs because it diverges from the more thoroughly tested main import path (e.g. it looks to me like it doesn't release the import lock properly)
So the _FoundSpec version actually looks better to me, because it keeps find_spec more inline with actual imports. |
|
| Date |
User |
Action |
Args |
| 2013-12-27 14:14:09 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, Arfrever, eric.snow |
| 2013-12-27 14:14:09 | ncoghlan | set | messageid: <[email protected]> |
| 2013-12-27 14:14:08 | ncoghlan | link | issue19944 messages |
| 2013-12-27 14:14:08 | ncoghlan | create | |
|