[lldb] Fix D114722 for python<=3.6
authorPavel Labath <pavel@labath.sk>
Wed, 19 Jan 2022 10:59:19 +0000 (11:59 +0100)
committerPavel Labath <pavel@labath.sk>
Wed, 19 Jan 2022 11:49:46 +0000 (12:49 +0100)
commit6ff4af8e182333740a58176a3e9cbc84f6828216
tree07940d4f8a814627aed9a2aab2b39bd6e7364b1a
parent6eb8fc924485facd911b49370f53ab93728b2935
[lldb] Fix D114722 for python<=3.6

_Py_IsFinalizing was called _Py_Finalizing back then (and it was a
variable instead of a function).
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h