]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
import.c: When something is wrong with the .pyc, properly open the .py
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 25 Oct 1993 08:40:52 +0000 (08:40 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 25 Oct 1993 08:40:52 +0000 (08:40 +0000)
commit52c1f515547a96898879fe60e2432b69ff95cca0
tree294896c67c57a218d91b6c2b11aa38187b3f7cef
parent89b3325dc4d6999bb00068e048a76f7eba23a7a5
import.c: When something is wrong with the .pyc, properly open the .py
file.
object.c: Write allocation statistics to stderr.
Objects/object.c
Python/import.c