mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-29 11:18:50 +02:00
Fix #9951
This commit is contained in:
+1
-1
@@ -1385,7 +1385,7 @@ PyTypeObject Color_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0)
|
||||
.tp_name = "kitty.fast_data_types.Color",
|
||||
.tp_basicsize = sizeof(Color),
|
||||
.tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_VECTORCALL,
|
||||
.tp_flags = Py_TPFLAGS_DEFAULT,
|
||||
.tp_doc = "Color",
|
||||
.tp_new = new_color,
|
||||
.tp_vectorcall = color_vectorcall,
|
||||
|
||||
Reference in New Issue
Block a user