[3.7] bpo-33316: PyThread_release_lock always fails (GH-6541) by miss-islington · Pull Request #11737 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Feb 2, 2019Merged
[3.7] bpo-33316: PyThread_release_lock always fails (GH-6541)#11737
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-33316: PyThread_release_lock always fails (GH-6541)#11737
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
Use correct interpretation of return value from APIs.
(cherry picked from commit 05e9221)
Co-authored-by: native-api ivan_pozdeev@mail.ru
Use correct interpretation of return value from APIs. (cherry picked from commit 05e9221) Co-authored-by: native-api <ivan_pozdeev@mail.ru>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
type-bug
awaiting review labels
Feb 2, 2019zooba approved these changes Feb 2, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Feb 2, 2019
miss-islington commented
Feb 2, 2019@native-api and @zooba: Status check is done, and it's a success ✅ .
miss-islington
merged commit
c851dfc
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-05e9221-3.7
branch
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Feb 2, 2019
miss-islington commented
Feb 2, 2019@native-api and @zooba: Status check is done, and it's a success ✅ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment