[issue1449496] Python should use 3GB Address Space on Windows

2011-05-19 Thread Chad Austin
Chad Austin c...@imvu.com 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

[issue1537] Change GeneratorExit's base class from Exception to BaseException

2007-12-03 Thread Chad Austin
Chad Austin added the comment: Fantastic, thank you! __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1537 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1537] Change GeneratorExit's base class from Exception to BaseException

2007-12-02 Thread Chad Austin
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

[issue1537] Change GeneratorExit's base class from Exception to BaseException

2007-12-02 Thread Chad Austin
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-BaseException-2.patch

[issue1537] Change GeneratorExit's base class from Exception to BaseException

2007-12-01 Thread Chad Austin
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 discussion