mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08: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:
@ -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>
|
2010-12-16 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* NEWS: Mention new sim --map-info flag.
|
* NEWS: Mention new sim --map-info flag.
|
||||||
|
@ -1320,7 +1320,7 @@ PyTypeObject value_object_type = {
|
|||||||
0, /*tp_getattro*/
|
0, /*tp_getattro*/
|
||||||
0, /*tp_setattro*/
|
0, /*tp_setattro*/
|
||||||
0, /*tp_as_buffer*/
|
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 */
|
"GDB value object", /* tp_doc */
|
||||||
0, /* tp_traverse */
|
0, /* tp_traverse */
|
||||||
0, /* tp_clear */
|
0, /* tp_clear */
|
||||||
|
Reference in New Issue
Block a user