]> granicus.if.org Git - python/commit
Fix test failure in test_cmd_line by initializing the hash secret at the earliest...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Feb 2012 18:03:47 +0000 (19:03 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Feb 2012 18:03:47 +0000 (19:03 +0100)
commit86838b02f04a01445778584afb7acd0b05081335
treee70c00698519271b4431d7aed8a339228b372f9f
parentdbd3f6173a0dd15c97b60be56cc37ff1cf5487e5
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Include/pygetopt.h
Include/pythonrun.h
Modules/main.c
Python/getopt.c
Python/pythonrun.c