Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The GlobalLock() call in UpdateDropDescription() was not checked for failure.
|
Thanks @ZackerySpytz for the PR |
…ythonGH-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 (cherry picked from commit f6c8007) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
GH-9555 is a backport of this pull request to the 3.7 branch. |
…ythonGH-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 (cherry picked from commit f6c8007) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
GH-9556 is a backport of this pull request to the 3.6 branch. |
…H-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 (cherry picked from commit f6c8007) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…H-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 (cherry picked from commit f6c8007) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…ythonGH-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770
The GlobalLock() call in UpdateDropDescription() was not checked for
failure.
https://bugs.python.org/issue34770