This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mishok13
Recipients exarkun, mishok13
Date 2008-06-26.16:50:56
SpamBayes Score 2.3579119e-06
Marked as misclassified No
Message-id <1214499057.81.0.167456119626.issue3211@psf.upfronthosting.co.za>
In-reply-to
Content
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 warn_explicit
>>> warn_explicit(None, UserWarning, None, 0, None, None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: Objects/dictobject.c:709: bad argument to internal function
>>> warn_explicit(None, UserWarning, None, 0, None, {})
Segmentation fault
History
Date User Action Args
2008-06-26 16:50:58mishok13setspambayes_score: 2.35791e-06 -> 2.3579119e-06
recipients: + mishok13, exarkun
2008-06-26 16:50:57mishok13setspambayes_score: 2.35791e-06 -> 2.35791e-06
messageid: <1214499057.81.0.167456119626.issue3211@psf.upfronthosting.co.za>
2008-06-26 16:50:56mishok13linkissue3211 messages
2008-06-26 16:50:56mishok13create