Chad Austin added the comment:
IMVU's downloadable client is built atop CPython. 80% of our users use 32-bit
Windows and 20% use 64-bit Windows. We do not intend to provide 64-bit builds
of our application for many of the same reasons sketched out in
http://blogs.msdn.com/b/ricom/ar
Chad Austin added the comment:
Fantastic, thank you!
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1537>
__
___
Python-bugs-list mailing list
Unsubs
Chad Austin added the comment:
New patch...
Added file: http://bugs.python.org/file8855/GeneratorExit-BaseException-2.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1537>
__
GeneratorExit-BaseExcep
Chad Austin added the comment:
The mailing list discussion continues... in the meantime, I will
update the patch with your suggestions.
Can you describe to me what should change in Doc/reference/
expressions.rst? It makes sense to remove the section in the example
that says you should never
New submission from Chad Austin:
Per discussion at http://mail.python.org/pipermail/python-dev/2007-
December/075498.html, this patch changes GeneratorExit's base class
from Exception to BaseException.
I updated the tests and documentation, but I may have missed any other
discussi