[issue33841] lock not released in threading.Condition

2018-06-11 Thread Lev Maximov
New submission from Lev Maximov : In `Condition.wait()` the `waiter` lock gets acquired twice, but is released only once (both in timeout and no timeout cases). Is it intentional? -- components: Library (Lib) messages: 319365 nosy: lev.maximov priority: normal severity: normal status

[issue26844] Wrong error message during import

2016-06-29 Thread Lev Maximov
Lev Maximov added the comment: Nevermind. It's not urgent but should definitely be fixed some day. Yes, __qualname__ might be a good idea. -- ___ Python tracker <http://bugs.python.org/is

[issue26844] Wrong error message during import

2016-04-24 Thread Lev Maximov
New submission from Lev Maximov: Error message was supposedly copy-pasted without change. Makes it pretty unintuinive to debug. Fix attached. -- components: Library (Lib) files: error.diff keywords: patch messages: 264157 nosy: Lev Maximov priority: normal severity: normal status: open