commit | 21d335ed9ef6fbb16341809fe224b45a3f41243f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 15 13:01:11 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 15 13:01:11 1993 +0000 |
tree | cbae924f55ae38b4ab599b592c8b2d9c2b98cd25 | |
parent | cbaddb52aed1076db123e81529781985b2386181 [diff] |
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.