Message82934
2009/2/28 Antoine Pitrou <report@bugs.python.org>:
>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> I don't know. The RLock is a lot slower than the normal non-recursive
> variation, on the other hand I'm not sure we care about performance of
> the Python version that much. Opinions welcome.
I'm +0. The deadlock will only affect people specifically messing with
the Python io implementation. It's low priority, so maybe we should
just do it when RLock is rewritten in C. |
|
Date |
User |
Action |
Args |
2009-02-28 18:19:04 | benjamin.peterson | set | recipients:
+ benjamin.peterson, gregory.p.smith, jcea, ggenellina, pitrou, vstinner |
2009-02-28 18:19:02 | benjamin.peterson | link | issue3618 messages |
2009-02-28 18:19:01 | benjamin.peterson | create | |
|