[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread miss-islington
miss-islington added the comment: New changeset c851dfc99b28c7335d42abd8250bb77c11ce23c0 by Miss Islington (bot) in branch '3.7': bpo-33316: PyThread_release_lock always fails (GH-6541) https://github.com/python/cpython/commit/c851dfc99b28c7335d42abd8250bb77c11ce23c0 -- nosy:

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread Steve Dower
Change by Steve Dower : -- stage: patch review -> backport needed versions: -Python 3.6 ___ Python tracker ___ ___

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +11642, 11643, 11644 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +11642 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +11642, 11643 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33316] Windows: PyThread_release_lock always fails

2019-02-02 Thread Steve Dower
Steve Dower added the comment: New changeset 05e922136a3286893bd489a8f2ecfa0dba4da368 by Steve Dower (native-api) in branch 'master': bpo-33316: PyThread_release_lock always fails (GH-6541) https://github.com/python/cpython/commit/05e922136a3286893bd489a8f2ecfa0dba4da368 --

[issue33316] Windows: PyThread_release_lock always fails

2018-05-21 Thread Ivan Pozdeev
Ivan Pozdeev added the comment: > So, nothing more to do here. In case that was cryptic, it means: the PR can be acted upon, no other changes are needed. -- ___ Python tracker

[issue33316] Windows: PyThread_release_lock always fails

2018-05-15 Thread Ivan Pozdeev
Ivan Pozdeev added the comment: > So I would drop the pretense and make these fns void. Scratch that. In POSIX, they are #define'd as pthread fns which do return an error code. So, nothing more to do here. -- ___ Python

[issue33316] Windows: PyThread_release_lock always fails

2018-05-02 Thread STINNER Victor
Change by STINNER Victor : -- title: PyThread_release_lock always fails -> Windows: PyThread_release_lock always fails ___ Python tracker