Staging
v0.5.1
https://github.com/python/cpython
Revision fd630f54ccd7a03629eb14d24bd78b7872ab5f93 authored by Thomas Heller on 14 November 2003, 10:23:03 UTC, committed by Thomas Heller on 14 November 2003, 10:23:03 UTC
The find_all_submodules() method in modulefinder only
looks for *.py, *.pyc, and *.pyo files.  Python
extension modules are only found if they are referenced
in import statements somewhere.

This patch uses the actual list from imp.get_suffixes().

Backported to release-maint23.
1 parent 8e81b7e
History
Tip revision: fd630f54ccd7a03629eb14d24bd78b7872ab5f93 authored by Thomas Heller on 14 November 2003, 10:23:03 UTC
SF #841977 - modulefinder fails to find extension modules in packages
Tip revision: fd630f5
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 12.7 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.2 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 522.5 KB
configure.in -rw-r--r-- 83.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.5 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top