]> granicus.if.org Git - python/commit
This test checks and modifies the value of an integer stored in a dll.
authorThomas Heller <theller@ctypes.org>
Wed, 12 Dec 2007 08:32:02 +0000 (08:32 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 12 Dec 2007 08:32:02 +0000 (08:32 +0000)
commiteeb49cd6678bc30f2131fa9eb2245c70c4100fc9
treebb68cbc0c27231eb5752e4b7d5d8d972b99c5d56
parent94b7d3db597ddcf721cf9d214419c63b6085ef1f
This test checks and modifies the value of an integer stored in a dll.
Restore the original value after modifying it so that subsequent tests
will not fail.  Fixes the failure in issue 1597.
Lib/ctypes/test/test_values.py