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 alexandre.vassalotti
Recipients alexandre.vassalotti, gregory.p.smith, pitrou
Date 2008-06-10.02:22:57
SpamBayes Score 0.43943527
Marked as misclassified No
Message-id <1213064578.94.0.924224851403.issue2523@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, that is simple to fix. You can round the value 2*avail to the
nearest block by doing something like (2*avail) & ~(bksize-1) where
bksize is a power of 2, or the less magic (2*avail//bksize) * bksize.
History
Date User Action Args
2008-06-10 02:22:59alexandre.vassalottisetspambayes_score: 0.439435 -> 0.43943527
recipients: + alexandre.vassalotti, gregory.p.smith, pitrou
2008-06-10 02:22:58alexandre.vassalottisetspambayes_score: 0.439435 -> 0.439435
messageid: <1213064578.94.0.924224851403.issue2523@psf.upfronthosting.co.za>
2008-06-10 02:22:58alexandre.vassalottilinkissue2523 messages
2008-06-10 02:22:57alexandre.vassalotticreate