This commit is contained in:
Kovid Goyal 2026-04-09 08:00:37 +05:30
parent 0684c13898
commit 70e4e9310c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -49,6 +49,7 @@ machine_id(void) {
void
dnd_set_test_write_func(PyObject *func) {
(void)machine_id;
Py_XDECREF(g_dnd_test_write_func);
g_dnd_test_write_func = Py_XNewRef(func);
}