]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add const to error and newstring functions
authorGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 15:33:34 +0000 (15:33 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 15:33:34 +0000 (15:33 +0000)
commit067998f35ec3013e9a55aad29f0e3dbe4560d11c
tree482d92ddc8fc1be73bd43d6dcac7f11fc0f4aa58
parent36dd0d27c4916dbe67545d3bcb18df06825fbb26
Add const to error and newstring functions
Include/pyerrors.h
Include/stringobject.h
Objects/stringobject.c
Python/errors.c