Message 186724 - Python tracker (original) (raw)
Message186724
| Author | skrah |
|---|---|
| Recipients | Julian, eric.smith, skrah |
| Date | 2013-04-13.14:47:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 1365864452.98.0.340199342319.issue17705@psf.upfronthosting.co.za |
| In-reply-to |
| Content |
|---|
| Unsurprisingly (libmpdec is a C library) this also does not work in _decimal. I could add a special case in _decimal.c at the cost of two additional if statements for all regular use cases. Is padding with NUL a legitimate use case? IOW, is the slowdown justified? |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-13 14:47:33 | skrah | set | recipients: + skrah, eric.smith, Julian |
| 2013-04-13 14:47:32 | skrah | set | messageid: 1365864452.98.0.340199342319.issue17705@psf.upfronthosting.co.za |
| 2013-04-13 14:47:32 | skrah | link | issue17705 messages |
| 2013-04-13 14:47:32 | skrah | create |