]> granicus.if.org Git - python/commit
If we have a filename and __main__.__file__ hasn't already been set,
authorFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 21:24:58 +0000 (21:24 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 21:24:58 +0000 (21:24 +0000)
commit8ed0204bc9249d314442158348b3949f1be50100
tree7d7fec825fb1efeb67ad55374219e106b3b2ee3c
parent5134a54df995baa404d0334c7eb8c8218f30d9bf
If we have a filename and __main__.__file__ hasn't already been set,
set it.
Closes SF issue #624729.
Python/pythonrun.c