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 | ocean-city |
|---|---|
| Recipients | ocean-city |
| Date | 2008年01月03日.04:58:38 |
| SpamBayes Score | 0.0060554924 |
| Marked as misclassified | No |
| Message-id | <1199336318.98.0.637321409446.issue1700463@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ummm, I realized my change is probably inproper... Index: Objects/intobject.c =================================================================== --- Objects/intobject.c (revision 59671) +++ Objects/intobject.c (working copy) @@ -1053,7 +1053,7 @@ static PyObject * int_getN(PyIntObject *v, void *context) { - return PyInt_FromLong((intptr_t)context); + return PyLong_FromVoidPtr(context); } I recreated the patch against rev59669 for now. Please try my patch on that revision. Currently, VC6 cannot compile python on HEAD. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年01月03日 04:58:39 | ocean-city | set | spambayes_score: 0.00605549 -> 0.0060554924 recipients: + ocean-city |
| 2008年01月03日 04:58:39 | ocean-city | set | spambayes_score: 0.00605549 -> 0.00605549 messageid: <1199336318.98.0.637321409446.issue1700463@psf.upfronthosting.co.za> |
| 2008年01月03日 04:58:38 | ocean-city | link | issue1700463 messages |
| 2008年01月03日 04:58:38 | ocean-city | create | |