Message 73630 - Python tracker
Message73630
| Author | aimacintyre |
|---|---|
| Recipients | aimacintyre, gpolo |
| Date | 2008-09-23.12:40:03 |
| SpamBayes Score | 5.6467087e-08 |
| Marked as misclassified | No |
| Message-id | <1222173607.13.0.751055849053.issue3864@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I compiled the C test case from issue 2240: $ gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -o test_2240 test_2240.c {lifted as many gcc options off the standard Python compile as possible} $ ldd test_2240 test_2240: libpthread.so.2 => /lib/libpthread.so.2 (0x2807a000) libc.so.6 => /lib/libc.so.6 (0x2809f000) $ ./test_2240 0 1 0 deactive ITIMER_PROF |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-23 12:40:07 | aimacintyre | set | recipients: + aimacintyre, gpolo |
| 2008-09-23 12:40:07 | aimacintyre | set | messageid: <1222173607.13.0.751055849053.issue3864@psf.upfronthosting.co.za> |
| 2008-09-23 12:40:03 | aimacintyre | link | issue3864 messages |
| 2008-09-23 12:40:03 | aimacintyre | create | |