[Python-Dev] Summary of Python tracker Issues

2014-09-05 Thread Python tracker
ACTIVITY SUMMARY (2014-08-29 - 2014-09-05) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4640 ( +2) closed 29471 (+40) total 34111 (+42) Open issues wit

Re: [Python-Dev] cpython and parallel make

2014-09-05 Thread Jonas Wagner
>> > Would people be interested in having a parallel version? >> >> See http://bugs.python.org/issue5309 > > Cool! I'll look into this. The patch there works well for me. I've made one small update, and submitted the new version in the bug tracker. Regarding the other build problem, I might have

Re: [Python-Dev] cpython and parallel make

2014-09-05 Thread Jonas Wagner
> > Would people be interested in having a parallel version? > > See http://bugs.python.org/issue5309 Cool! I'll look into this. Just as I was thinking that the parallel build problems are solved, the issue surfaced again. I've attached a complete, unmodified log to this mail. Some notes: - asap

Re: [Python-Dev] cpython and parallel make

2014-09-05 Thread Jonas Wagner
Hi again, the attached Makefile patch seems to fix the parallel build problems. Is there a chance of getting this into trunk? Should I open an issue or send the patch somewhere else? Cheers, Jonas On Fri, Sep 5, 2014 at 12:15 PM, Jonas Wagner wrote: >>> > Would people be interested in having a

Re: [Python-Dev] cpython and parallel make

2014-09-05 Thread Brett Cannon
Open an issue on bugs.python.org and attach the patch there (it should also ask you so sign the contributor agreement, but if not then please also sign that). On Fri Sep 05 2014 at 12:52:45 PM Jonas Wagner wrote: > Hi again, > > the attached Makefile patch seems to fix the parallel build problem