On Tue, 2010-03-02 at 08:39 -0600, Elmer Fittery wrote: > > I guess I write some code to call it on every combination of hold > cards/flop cards/turn cards/river cards (I play holdem) to make sure > there is no combination that crashes the program, but I think this is > REALLY NOT A LIKELY PROBLEM. >
Did you try to run it with the combinaison that crash with
pypoker-eval ?
print "f0 result = %s\n" % pokereval.poker_eval(game = "holdem",
fill_pockets = 1, pockets = [ ["As", "3s"], ["__", "__"], ["__",
"__"]], dead = [], board = ["__", "Qs", "2c", "Ac", "Kc"])
--
Johan Euphrosine <[email protected]>
Development and services around Free Software
http://www.aminche.com/
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
