[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] PATCH: faster float conversion





On Sat, Jul 4, 2009 at 8:17 PM, Campbell Barton <ideasman42@xxxxxxxxx> wrote:
This patch changes how floats are converted by FloatFromObj, this is a
normal way to handle floats in python (python its self uses this).
int's and non float types with __float__ will be converted if possible.

Also made 2 other small improvements.
--
- Campbell


Hi,

Committed revision 2476.

Will be in pygame 1.9.0rc3... since they're pretty small changes(knock on wood).

cu,