]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* macmodule.c: include allobjects.h, not .c
authorGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 13:49:30 +0000 (13:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 13:49:30 +0000 (13:49 +0000)
commit6d946f98bd233efa676b7a05cb01cd0ca92549c0
tree22edfa4e40bcb043a73e593e2ecf156eb33a1be6
parente6eefc22313e7f2da5918ecd608fbb0b7a7a1610
* macmodule.c: include allobjects.h, not .c
* timemodule.c: the mac has no unistd.h
* classobject.c: fixed several cases of return NULL that should be
  return -1 !!!
Modules/timemodule.c
Objects/classobject.c