Le Fri, 06 Sep 2013 17:08:28 +0200,
Jesus Cea a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> With importlib and other recent changes, what are the current details
> of "import lock"?. That is, the lock/locks held when Python code does
> "import", specially in the case of multithr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/09/13 17:43, Antoine Pitrou wrote:
> Quick summary here:
> http://docs.python.org/3/whatsnew/3.3.html#a-finer-grained-import-lock
>
> Otherwise, I'm afraid the source code has the most information,
> e.g.:
> http://hg.python.org/cpython/file/1
On Fri, 06 Sep 2013 18:02:32 +0200
Jesus Cea wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 06/09/13 17:43, Antoine Pitrou wrote:
> > Quick summary here:
> > http://docs.python.org/3/whatsnew/3.3.html#a-finer-grained-import-lock
> >
> > Otherwise, I'm afraid the source code has