Message110332
> So changing the locking mechanism most likely won't break loaders
> because they are not using the current import lock anyway and so
> already have their own issues.
Are you sure they aren't using it implicitly?
In vanilla py3k, PyImport_ImportModuleLevel() takes the import lock
therefore it protects any inner code, including the various hooks. |
|
Date |
User |
Action |
Args |
2010-07-14 21:47:31 | pitrou | set | recipients:
+ pitrou, gvanrossum, brett.cannon, ncoghlan, belopolsky, christian.heimes, grahamd |
2010-07-14 21:47:29 | pitrou | link | issue9260 messages |
2010-07-14 21:47:29 | pitrou | create | |
|