mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Merge back to main trunk
This commit is contained in:
parent
013142a95f
commit
1d5735e846
37 changed files with 681 additions and 831 deletions
|
@ -1,5 +1,5 @@
|
|||
/***********************************************************
|
||||
Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum,
|
||||
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
|
||||
Amsterdam, The Netherlands.
|
||||
|
||||
All Rights Reserved
|
||||
|
@ -48,5 +48,5 @@ typeobject Typetype = {
|
|||
0, /*tp_getattr*/
|
||||
0, /*tp_setattr*/
|
||||
0, /*tp_compare*/
|
||||
type_repr, /*tp_repr*/
|
||||
(reprfunc)type_repr, /*tp_repr*/
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue