]> granicus.if.org Git - python/commit
Rene Liebscher: check if the extension file (.so or .pyd) is
authorGreg Ward <gward@python.net>
Fri, 26 May 2000 01:31:53 +0000 (01:31 +0000)
committerGreg Ward <gward@python.net>
Fri, 26 May 2000 01:31:53 +0000 (01:31 +0000)
commit521340034ee0f813d76b07f01de6f25306f01c1c
tree1c8c6a913494e949db2ee955af783e0ffb778f45
parent59d382e482d22fadf4c49251adfc1817f33c055b
Rene Liebscher: check if the extension file (.so or .pyd) is
up-to-date with respect to the source files; that way, we
don't needlessly rebuild just because object files go away.
Lib/distutils/command/build_ext.py