Message 75702 - Python tracker
Message75702
| Author | vstinner |
|---|---|
| Recipients | gregory.p.smith, mark.dickinson, vstinner |
| Date | 2008-11-10.15:47:16 |
| SpamBayes Score | 0.013783338 |
| Marked as misclassified | No |
| Message-id | <1226332037.95.0.381418185883.issue4294@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
@marketdickinson: As you proposed, here is a patch for _PyLong_AsScaledDouble(): stores directly the number of bits in an unsigned int instead of the number of digits. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-10 15:47:18 | vstinner | set | recipients: + vstinner, gregory.p.smith, mark.dickinson |
| 2008-11-10 15:47:17 | vstinner | set | messageid: <1226332037.95.0.381418185883.issue4294@psf.upfronthosting.co.za> |
| 2008-11-10 15:47:17 | vstinner | link | issue4294 messages |
| 2008-11-10 15:47:17 | vstinner | create | |