]> granicus.if.org Git - python/commit
Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYN...
authorGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 18:08:06 +0000 (18:08 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 18:08:06 +0000 (18:08 +0000)
commitadd36e5fdf2272c9f2c7fb9239bc4a6621e46d2d
treed6c54ed220bf118a5c73c8d2e6aa120e4741e833
parent7cf40799ef5f323117920cc58d3dea258d8f2bce
Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined.
Python/import.c