Message158302
| Author | roger.serwy |
|---|---|
| Recipients | Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.smith, eric.snow, ncoghlan, pitrou, python-dev, roger.serwy, vstinner |
| Date | 2012-04-15.00:01:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334448108.2.0.936134034231.issue2377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I caused a segmentation fault with the following (on Linux):
$ mkdir crash
$ touch crash/mod.py
$ echo "__import__('mod', globals(), locals(), [], 1)" > crash/__init__.py
$ ./python3 -m crash |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-15 00:01:48 | roger.serwy | set | recipients: + roger.serwy, brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, benjamin.peterson, eric.araujo, alex, Trundle, python-dev, eric.snow |
| 2012-04-15 00:01:48 | roger.serwy | set | messageid: <1334448108.2.0.936134034231.issue2377@psf.upfronthosting.co.za> |
| 2012-04-15 00:01:47 | roger.serwy | link | issue2377 messages |
| 2012-04-15 00:01:46 | roger.serwy | create | |