bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)



The GlobalLock() call in UpdateDropDescription() was not checked for
failure.



https://bugs.python.org/issue34770
2 files changed