[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread Tal Einat
Tal Einat added the comment: Thanks for the report Rémi and for the PR Ido! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16908 pull_request: https://github.com/python/cpython/pull/17429 ___ Python tracker ___ __

[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16907 pull_request: https://github.com/python/cpython/pull/17428 ___ Python tracker ___ __

[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16909 pull_request: https://github.com/python/cpython/pull/17430 ___ Python tracker ___ __

[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread Ido Michael
Ido Michael added the comment: Hey Tal, created a new PR: GH-17427 Also fixed the signed CLA issue -- ___ Python tracker ___ ___ Py

[issue37883] threading.Lock.locked is not documented

2019-12-01 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +16906 pull_request: https://github.com/python/cpython/pull/17427 ___ Python tracker ___ _

[issue37883] threading.Lock.locked is not documented

2019-11-27 Thread Tal Einat
Tal Einat added the comment: Ido, I don't see why this should be closed. The suggestion is good and the PR is good. I'm only waiting for the CLA signing to be worked through to merge the PR. -- ___ Python tracker

[issue37883] threading.Lock.locked is not documented

2019-11-27 Thread Ido Michael
Ido Michael added the comment: Thanks, Tal, I think this one can be closed, I don't think I have permissions to close it -- ___ Python tracker ___ ___

[issue37883] threading.Lock.locked is not documented

2019-09-27 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue37883] threading.Lock.locked is not documented

2019-09-27 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg353402 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37883] threading.Lock.locked is not documented

2019-09-27 Thread Tal Einat
Tal Einat added the comment: Looking at Lib/threading.py and Modules/_threadmodule.c, it actually appears that RLock.locked() is only implemented by the C implementation, but not the Python implementation which is used as a backup. If we're going to make the locked() method more visible by d

[issue37883] threading.Lock.locked is not documented

2019-09-27 Thread Tal Einat
Tal Einat added the comment: For future reference, there's a nicer, more concise way to reference PRs: just type GH-16420 (using the relevant PR number). -- nosy: +taleinat ___ Python tracker __

[issue37883] threading.Lock.locked is not documented

2019-09-27 Thread Ido Michael
Change by Ido Michael : -- keywords: +patch pull_requests: +16017 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16420 ___ Python tracker ___

[issue37883] threading.Lock.locked is not documented

2019-09-26 Thread Ido Michael
Ido Michael added the comment: P.S PR: https://github.com/python/cpython/pull/16420 -- ___ Python tracker ___ ___ Python-bugs-list

[issue37883] threading.Lock.locked is not documented

2019-09-26 Thread Ido Michael
Ido Michael added the comment: Hey Remi, I've fixed it and created PR on the issue. Ido -- nosy: +Ido Michael ___ Python tracker ___

[issue37883] threading.Lock.locked is not documented

2019-08-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +newcomer friendly ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue37883] threading.Lock.locked is not documented

2019-08-18 Thread Rémi Lapeyre
New submission from Rémi Lapeyre : As far as I can tell, it has never been documented. I'm not sure if it is deprecated but it has a docstring so it seems to me, that it just needs documentation in Doc/Library/threading.rst PS: I don't know how to set the beginner friendly flag. -- as