mirror of
https://github.com/python/cpython.git
synced 2025-10-21 06:02:21 +00:00
reverting to 2.41 version (distinct tp_names) - will add verbiage to the
docs
This commit is contained in:
parent
e138828d03
commit
eb2f0612e1
1 changed files with 2 additions and 2 deletions
|
@ -487,7 +487,7 @@ PyDoc_STRVAR(Otype__doc__, "Simple type for output to strings.");
|
||||||
static PyTypeObject Otype = {
|
static PyTypeObject Otype = {
|
||||||
PyObject_HEAD_INIT(NULL)
|
PyObject_HEAD_INIT(NULL)
|
||||||
0, /*ob_size*/
|
0, /*ob_size*/
|
||||||
"cStringIO.StringIO", /*tp_name*/
|
"cStringIO.StringO", /*tp_name*/
|
||||||
sizeof(Oobject), /*tp_basicsize*/
|
sizeof(Oobject), /*tp_basicsize*/
|
||||||
0, /*tp_itemsize*/
|
0, /*tp_itemsize*/
|
||||||
/* methods */
|
/* methods */
|
||||||
|
@ -605,7 +605,7 @@ PyDoc_STRVAR(Itype__doc__,
|
||||||
static PyTypeObject Itype = {
|
static PyTypeObject Itype = {
|
||||||
PyObject_HEAD_INIT(NULL)
|
PyObject_HEAD_INIT(NULL)
|
||||||
0, /*ob_size*/
|
0, /*ob_size*/
|
||||||
"cStringIO.StringIO", /*tp_name*/
|
"cStringIO.StringI", /*tp_name*/
|
||||||
sizeof(Iobject), /*tp_basicsize*/
|
sizeof(Iobject), /*tp_basicsize*/
|
||||||
0, /*tp_itemsize*/
|
0, /*tp_itemsize*/
|
||||||
/* methods */
|
/* methods */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue