Searched refs:Win32Type (Results 1 – 1 of 1) sorted by relevance
16 PyDict_SetItemString(Win32Type.tp_dict, #con, Py_BuildValue(fmt, con))232 PyTypeObject Win32Type = { variable240 Win32Type.tp_name = "_multiprocessing.win32"; in create_win32_namespace()241 Win32Type.tp_methods = win32_methods; in create_win32_namespace()242 if (PyType_Ready(&Win32Type) < 0) in create_win32_namespace()244 Py_INCREF(&Win32Type); in create_win32_namespace()266 return (PyObject*)&Win32Type; in create_win32_namespace()