mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 14:11:29 +00:00
2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
* python/py-value.c (value_object_type) <tp_flags>: Add Py_TPFLAGS_BASETYPE.
This commit is contained in:
parent
448a92bf2b
commit
fa595c2727
@ -1,3 +1,8 @@
|
||||
2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>
|
||||
|
||||
* python/py-value.c (value_object_type) <tp_flags>: Add
|
||||
Py_TPFLAGS_BASETYPE.
|
||||
|
||||
2010-12-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* NEWS: Mention new sim --map-info flag.
|
||||
|
@ -1320,7 +1320,7 @@ PyTypeObject value_object_type = {
|
||||
0, /*tp_getattro*/
|
||||
0, /*tp_setattro*/
|
||||
0, /*tp_as_buffer*/
|
||||
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_CHECKTYPES, /*tp_flags*/
|
||||
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_CHECKTYPES | Py_TPFLAGS_BASETYPE, /*tp_flags*/
|
||||
"GDB value object", /* tp_doc */
|
||||
0, /* tp_traverse */
|
||||
0, /* tp_clear */
|
||||
|
Loading…
Reference in New Issue
Block a user