From 26dd0ff075bcfcdc6eebe584dce55dfd2f1b1537 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 26 Feb 2014 18:26:49 -0500 Subject: Issue #20763: Fix importlib.machinery.PathFinder to support PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira. --- Python/importlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/importlib.h') diff --git a/Python/importlib.h b/Python/importlib.h index f55c450d2c..2644b1d94e 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -3365,7 +3365,7 @@ const unsigned char _Py_M__importlib[] = { 116,0,0,124,2,0,100,1,0,131,2,0,114,39,0,124, 2,0,106,1,0,124,1,0,131,1,0,92,2,0,125,3, 0,125,4,0,110,21,0,124,2,0,106,2,0,124,1,0, - 131,1,0,125,3,0,100,0,0,125,4,0,124,3,0,100, + 131,1,0,125,3,0,103,0,0,125,4,0,124,3,0,100, 0,0,107,9,0,114,85,0,116,3,0,124,1,0,124,3, 0,131,2,0,83,116,4,0,124,1,0,100,0,0,131,2, 0,125,5,0,124,4,0,124,5,0,95,5,0,124,5,0, -- cgit v1.2.1