This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Arfrever, asvetlov, benjamin.peterson, hynek, lregebro, ned.deily, python-dev, ronaldoussoren, stefanholek, terry.reedy
Date 2012-09-09.02:48:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347158896.82.0.039598874805.issue15645@psf.upfronthosting.co.za>
In-reply-to
Content
>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.
History
Date User Action Args
2012-09-09 02:48:16ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, benjamin.peterson, lregebro, Arfrever, asvetlov, stefanholek, python-dev, hynek
2012-09-09 02:48:16ned.deilysetmessageid: <1347158896.82.0.039598874805.issue15645@psf.upfronthosting.co.za>
2012-09-09 02:48:16ned.deilylinkissue15645 messages
2012-09-09 02:48:15ned.deilycreate