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
RPM
ACKS -rw-r--r-- 8.8 KB
AIX-NOTES -rw-r--r-- 8.0 KB
BeOS-NOTES -rw-r--r-- 1.4 KB
BeOS-setup.py -rw-r--r-- 24.4 KB
HISTORY -rw-r--r-- 431.5 KB
NEWS -rw-r--r-- 105.2 KB
NEWS.help -rw-r--r-- 2.5 KB
PURIFY.README -rw-r--r-- 3.6 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.3 KB
RFD -rw-r--r-- 3.9 KB
SpecialBuilds.txt -rw-r--r-- 10.6 KB
cheatsheet -rw-r--r-- 104.0 KB
find_recursionlimit.py -rw-r--r-- 2.2 KB
gdbinit -rw-r--r-- 898 bytes
indent.pro -rw-r--r-- 66 bytes
pymemcompat.h -rw-r--r-- 3.1 KB
python-mode.el -rw-r--r-- 136.8 KB
python.man -rw-r--r-- 11.7 KB
setuid-prog.c -rw-r--r-- 5.3 KB
vgrindefs -rw-r--r-- 505 bytes

README

back to top