Re: [Python-3000] yes to class decorators

2006-11-16 Thread Andre Meyer
On 11/16/06, tomer filiba <[EMAIL PROTECTED]> wrote: we should find some more/better use-cases than what i came up with, and show why class decorators are the right solution, and compare with function decorators. A while ago I was trying to implement the Singleton or Borg design pattern and

Re: [Python-3000] Kill GIL?

2006-09-18 Thread Andre Meyer
to improve the situation. So far, this seems like a fruitful discussion. ThanksAndreOn 9/18/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: Andre Meyer schrieb:> While I understand the difficulties in removing the GIL and the> potential negative effect on single-threaded app

[Python-3000] Kill GIL?

2006-09-17 Thread Andre Meyer
Dear Python expertsAs a heavy user of multi-threading in Python and following the current discussions about Python on multi-processor systems on the python-list I wonder what the plans are for improving MP performance in Py3k. MP systems become more and more common as most modern processors have mu