DavidCo113

Results 27 comments of DavidCo113

I have created an accurate table, using Wikipedia's table as a reference. | |0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f| |-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-| |0| | | | | | | | | | | | | | |...

My apologies. I acknowledge that I acted immature and unprofessional in my comments on and in this project, repeatedly. I do not mean to get on any of your bad...

The justification is that it always and often kicks laggy players and is minimally, if at all, effective against cheaters (my time on the FL Anarchy server should be proof...

Probably about time I got back to this. I've made the timing more strict, but have not tested it. This is still not a perfect solution, though, since players with...

https://docs.python.org/3/c-api/float.html#unpack-functions > Return value: The unpacked double. On error, this is -1.0 and [PyErr_Occurred()](https://docs.python.org/3/c-api/exceptions.html#c.PyErr_Occurred) is true (and an exception is set, most likely [OverflowError](https://docs.python.org/3/library/exceptions.html#OverflowError)). Don't think that's supposed to compare...

Looks like INT_ERROR and LONG_LONG_ERROR can probably be removed, too; all of the funtions which have an `except` with them are incapable of returning those values, and wouldn't raise an...