Message67477
| Author | scoder |
|---|---|
| Recipients | scoder |
| Date | 2008-05-29.07:55:54 |
| SpamBayes Score | 0.024577482 |
| Marked as misclassified | No |
| Message-id | <1212047758.76.0.831845847254.issue2997@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch that removes three unused fields from the PyNumberMethods struct in Py3. Since two fields were already removed (one even before the ones this patch removes), there is no way existing Py2 C code that uses this struct can work in Py3 without changes, so it doesn't add any problems. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-05-29 07:55:59 | scoder | set | spambayes_score: 0.0245775 -> 0.024577482 recipients: + scoder |
| 2008-05-29 07:55:58 | scoder | set | spambayes_score: 0.0245775 -> 0.0245775 messageid: <1212047758.76.0.831845847254.issue2997@psf.upfronthosting.co.za> |
| 2008-05-29 07:55:57 | scoder | link | issue2997 messages |
| 2008-05-29 07:55:56 | scoder | create | |