/*[clinic input]preserve[clinic start generated code]*/PyDoc_STRVAR(_weakref_getweakrefcount__doc__,"getweakrefcount($module, object, /)\n""--\n""\n""Return the number of weak references to \'object\'.");#define _WEAKREF_GETWEAKREFCOUNT_METHODDEF \{"getweakrefcount", (PyCFunction)_weakref_getweakrefcount, METH_O, _weakref_getweakrefcount__doc__},static Py_ssize_t_weakref_getweakrefcount_impl(PyObject *module, PyObject *object);static PyObject *_weakref_getweakrefcount(PyObject *module, PyObject *object){PyObject *return_value = NULL;Py_ssize_t _return_value;_return_value = _weakref_getweakrefcount_impl(module, object);if ((_return_value == -1) && PyErr_Occurred()) {goto exit;}return_value = PyLong_FromSsize_t(_return_value);exit:return return_value;}PyDoc_STRVAR(_weakref__remove_dead_weakref__doc__,"_remove_dead_weakref($module, dct, key, /)\n""--\n""\n""Atomically remove key from dict if it points to a dead weakref.");#define _WEAKREF__REMOVE_DEAD_WEAKREF_METHODDEF \{"_remove_dead_weakref", (PyCFunction)(void(*)(void))_weakref__remove_dead_weakref, METH_FASTCALL, _weakref__remove_dead_weakref__doc__},static PyObject *_weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct,PyObject *key);static PyObject *_weakref__remove_dead_weakref(PyObject *module, PyObject *const *args, Py_ssize_t nargs){PyObject *return_value = NULL;PyObject *dct;PyObject *key;if (!_PyArg_CheckPositional("_remove_dead_weakref", nargs, 2, 2)) {goto exit;}if (!PyDict_Check(args[0])) {_PyArg_BadArgument("_remove_dead_weakref", "argument 1", "dict", args[0]);goto exit;}dct = args[0];key = args[1];return_value = _weakref__remove_dead_weakref_impl(module, dct, key);exit:return return_value;}/*[clinic end generated code: output=c543dc2cd6ece975 input=a9049054013a1b77]*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。