Message127523
> > Something has gone out of control here. Why do we need to check so many alternative locations?
>
> What change do you propose?
First, I don't understand why we need to check both "foo.so" and
"foomodule.so". Second, I don't understand why we need to check both
"foo.cpython32.so" and "foo.so". If you fix both these, the number of
stat() calls per would-be extension module goes down from 6 to 2 per
directory path.
Then there seems to be a couple of redundant stat/fstat calls on some
files. |
|
Date |
User |
Action |
Args |
2011-01-30 10:56:18 | pitrou | set | recipients:
+ pitrou, loewis, barry, georg.brandl, rhettinger, eric.smith, nadeem.vawda |
2011-01-30 10:56:18 | pitrou | link | issue11051 messages |
2011-01-30 10:56:18 | pitrou | create | |
|