Ned Deily added the comment: >Is it really possible that the pickle is created after calculation of the >wildcard expansion?
With the current GNUmake, it seems it is not possible. GNUmake appears to serializes the individual steps in a target's recipe although I did not find an explicit guarantee in its documentation that that could never happen. (I did find at least one proprietary "make" replacement that does try to parallelize the individual steps in one target.) In any case, there were other problems with the approach implemented here and these changes have been superseded by those of Issue15822. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com