]> granicus.if.org Git - python/commit
Windows-specific hack to make sure that when LoadLibrary() is called,
authorGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 21:53:17 +0000 (21:53 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 21:53:17 +0000 (21:53 +0000)
commita5e1b008a97f7c3c0ecf94543f1c3306d6c0e7e8
tree212c796caf94a39984d3985f58528a11bfe7363f
parent0ef577b9668db07fadcf555ee596955261b8591a
Windows-specific hack to make sure that when LoadLibrary() is called,
the filename contains at least a rudimentary pathname.
(The bad part is that we need to call getcwd() because only a prefix
of ".\\" is not enough -- we prefix the drive letter.)
Python/importdl.c