コード例 #1
0
ファイル: win32ImageList.cpp プロジェクト: malrsrch/pywin32
PythonImageList::~PythonImageList()
{
	Python_delete_assoc(this);
}
コード例 #2
0
	~CPythonWinThread() {
		Py_XDECREF(obFunc);
		Py_XDECREF(obArgs);
		Python_delete_assoc(this);
	}