]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Makefile, import.c: Lance's alternative module search (allow .pyc file
authorGuido van Rossum <guido@python.org>
Fri, 15 Oct 1993 13:01:11 +0000 (13:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 Oct 1993 13:01:11 +0000 (13:01 +0000)
commit21d335ed9ef6fbb16341809fe224b45a3f41243f
treecbae924f55ae38b4ab599b592c8b2d9c2b98cd25
parentcbaddb52aed1076db123e81529781985b2386181
Makefile, import.c: Lance's alternative module search (allow .pyc file
without .py file); Bill's dynamic loading for SunOS using shared
libraries.

pwdmodule.c (mkgrent): remove DECREF of uninitialized variable.

classobject.c (instance_getattr): Fix case when class lookup returns
unbound method instead of function.
Modules/pwdmodule.c
Objects/classobject.c
Python/import.c