Message 103946 - Python tracker
Message103946
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2010-04-22.10:59:18 |
| SpamBayes Score | 4.269579e-07 |
| Marked as misclassified | No |
| Message-id | <1271933961.56.0.98813483086.issue8124@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached patch fixes this issue: PyFile_WriteObject() doesn't call PyObject_Str() to avoid PyErr_CheckSignals(). I'm not sure that it's the right approch because it may change the behaviour of existing code when getting a signal. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-22 10:59:21 | vstinner | set | recipients: + vstinner |
| 2010-04-22 10:59:21 | vstinner | set | messageid: <1271933961.56.0.98813483086.issue8124@psf.upfronthosting.co.za> |
| 2010-04-22 10:59:20 | vstinner | link | issue8124 messages |
| 2010-04-22 10:59:19 | vstinner | create | |