Message299980
Serhiy: "I think the solution can be simpler. PR 3033 uses the global import lock for guarding modification of the _module_locks dictionary."
I tried exactly that, but it wasn't enough. But your PR is correct because it also checks the current value of _module_locks[name] using the callback parameter.
I disliked my own PR, so I'm happy that someone else wrote a simpler fix! (I already abandonned my PR.) |
|
Date |
User |
Action |
Args |
2017-08-09 09:23:04 | vstinner | set | recipients:
+ vstinner, brett.cannon, ncoghlan, serhiy.storchaka |
2017-08-09 09:23:04 | vstinner | set | messageid: <1502270584.69.0.676327199783.issue31070@psf.upfronthosting.co.za> |
2017-08-09 09:23:04 | vstinner | link | issue31070 messages |
2017-08-09 09:23:04 | vstinner | create | |
|