Re: [Python-Dev] Python tickets summary

2007-09-19 Thread Ron Adam
Facundo Batista wrote: > 2007/9/10, Facundo Batista <[EMAIL PROTECTED]>: > >> I modified my tool, whichs makes a summary of all the Python tickets >> (I moved the source where the info is taken from SF to our Roundup). > > Based on an idea from Dennis Benzinger, now the temporal bars show the >

Re: [Python-Dev] Exploration PEP : Concurrency for moderately massive (4 to 32 cores) multi-core architectures

2007-09-19 Thread Krishna Sankar
Steve, Thanks. a) Yep, SMP for now. Agreed on the need for asymmetric architectures like cell-processor. We need to start somewhere and then can extend to more exotic realms. b) Yep, need to scale to arbitrary number of cores. But as a start, I wanted to differentiate from massi

Re: [Python-Dev] Python tickets summary

2007-09-19 Thread Facundo Batista
2007/9/10, Facundo Batista <[EMAIL PROTECTED]>: > I modified my tool, whichs makes a summary of all the Python tickets > (I moved the source where the info is taken from SF to our Roundup). Based on an idea from Dennis Benzinger, now the temporal bars show the moments where each comment was made,

[Python-Dev] Summary of Tracker Issues

2007-09-19 Thread Tracker
ACTIVITY SUMMARY (09/12/07 - 09/19/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1266 open (+13) / 11396 closed (+11) / 12662 total (+24) Open issues with patches: 408 Average durati

Re: [Python-Dev] Pygtk app and hangs.

2007-09-19 Thread Aahz
On Wed, Sep 19, 2007, jd wrote: > > I have a non-trivial pygtk running in to hangs/freezes. python-dev is not an appropriate place to ask for help with debugging your programs. It is only for people working on the Python package itself. Please use the pygtk list (which you already did) or the

Re: [Python-Dev] Decimal news

2007-09-19 Thread Facundo Batista
2007/9/19, Thomas Wouters <[EMAIL PROTECTED]>: > > So, how is this handled? Until which moment can I expect that the > > changes in the trunk are merged to Py3k? > > Until you hear otherwise :) You can commit py3k-specific changes to the py3k > branch, the merges shouldn't lose them. (Of course, m

Re: [Python-Dev] Decimal news

2007-09-19 Thread Thomas Wouters
On 9/19/07, Facundo Batista <[EMAIL PROTECTED]> wrote: > > 2007/9/18, Thomas Wouters <[EMAIL PROTECTED]>: > > > Unfortunately, that's not how it works :-) If you check something into > the > > trunk, it will be merged into Py3k sooner or later. I may ask the > original > > submitter for assistance

Re: [Python-Dev] Decimal news

2007-09-19 Thread Facundo Batista
2007/9/18, Thomas Wouters <[EMAIL PROTECTED]>: > Unfortunately, that's not how it works :-) If you check something into the > trunk, it will be merged into Py3k sooner or later. I may ask the original > submitter for assistance if it's incredibly hard to figure out the changes, > but so far, I onl

Re: [Python-Dev] Exploration PEP : Concurrency for moderately massive (4 to 32 cores) multi-core architectures

2007-09-19 Thread Steven H. Rogers
Krishna Sankar wrote: > Folks, >As a follow-up to the py3k discussions started by Bruce and Guido, I > pinged Brett and he suggested I submit an exploratory proposal. Would > appreciate insights, wisdom, the good, the bad and the ugly. > > A)Does it make sense ? > B)Which application

[Python-Dev] Pygtk app and hangs.

2007-09-19 Thread jd
Hi I have a non-trivial pygtk running in to hangs/freezes. Over all here is how program looks like. gobject.threads_init() gtk.main within threads_enter/threads_leave All UI operaions in main threads. Some call backs create UIWorker threads, UI worker thread does some work.. and then do gob