mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Added 1995 copyright.
object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
This commit is contained in:
parent
af5b83ec4a
commit
5799b52008
53 changed files with 116 additions and 112 deletions
|
@ -5,8 +5,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/***********************************************************
|
||||
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
|
||||
Amsterdam, The Netherlands.
|
||||
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
|
||||
The Netherlands.
|
||||
|
||||
All Rights Reserved
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue