Message75718
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, gregory.p.smith, mark.dickinson, vstinner |
| Date | 2008-11-11.01:58:55 |
| SpamBayes Score | 0.009070647 |
| Marked as misclassified | No |
| Message-id | <1226368737.01.0.95399363951.issue4258@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Using 30bit_longdigit4.patch, I get this error: "Objects/longobject.c:700: erreur: "SIZE_T_MAX" undeclared (first use in this function)". You might use the type Py_ssize_t with PY_SSIZE_T_MAX. I used INT_MAX to compile the code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-11 01:58:57 | vstinner | set | recipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes |
| 2008-11-11 01:58:57 | vstinner | set | messageid: <1226368737.01.0.95399363951.issue4258@psf.upfronthosting.co.za> |
| 2008-11-11 01:58:56 | vstinner | link | issue4258 messages |
| 2008-11-11 01:58:55 | vstinner | create | |