[issue3211] warnings.warn_explicit raises SystemError

2008-06-26 Thread Jean-Paul Calderone
New submission from Jean-Paul Calderone [EMAIL PROTECTED]: Python 2.6b1+ (trunk:64531M, Jun 26 2008, 10:40:14) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type help, copyright, credits or license for more information. import warnings warnings.warn_explicit(None, UserWarning, None, 0, None,

[issue3211] warnings.warn_explicit raises SystemError

2008-06-26 Thread Andrii V. Mishkovskyi
Andrii V. Mishkovskyi [EMAIL PROTECTED] added the comment: Even more, Python 3.0 crashes from following code: Python 3.0b1+ (py3k:64528M, Jun 26 2008, 11:40:20) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type help, copyright, credits or license for more information. from warnings import

[issue3211] warnings.warn_explicit raises SystemError

2008-06-26 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- assignee: - brett.cannon nosy: +brett.cannon ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3211 ___

[issue3211] warnings.warn_explicit raises SystemError

2008-06-26 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: I have a fix in the works; just waiting for the test suite to finish. -- status: open - pending ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3211

[issue3211] warnings.warn_explicit raises SystemError

2008-06-26 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: r64552 has the 3.0 fix. Thanks for the report gentleman! -- status: pending - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3211 ___