[Python-Dev] Summary of Tracker Issues

2007-11-18 Thread Tracker
ACTIVITY SUMMARY (11/11/07 - 11/18/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. 1322 open (+14) / 11618 closed (+21) / 12940 total (+35) Open issues with patches: 417 Average durati

Re: [Python-Dev] r59042 - python/branches/py3k/Modules/xxmodule.c

2007-11-18 Thread Christian Heimes
Brett Cannon wrote: > Can't you do this testing in your own checkout without committing the > change until you have talked to python-dev about the idea of changing > how all types are initialized? CC to Python Dev The discussion is about http://svn.python.org/view?rev=59042&view=rev I've carefull

Re: [Python-Dev] r59042 - python/branches/py3k/Modules/xxmodule.c

2007-11-18 Thread Brett Cannon
On Nov 18, 2007 3:16 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Brett Cannon wrote: > > Can't you do this testing in your own checkout without committing the > > change until you have talked to python-dev about the idea of changing > > how all types are initialized? > > CC to Python Dev > Th

Re: [Python-Dev] r59042 - python/branches/py3k/Modules/xxmodule.c

2007-11-18 Thread Christian Heimes
Brett Cannon wrote: > If the docs point that fact out then it is fine. I didn't even know about it! I didn't know it until today, too. I took me some reading why the h... the same code compiles fine on Linux but fails on Windows. :) Christian ___ Pytho