]> granicus.if.org Git - python/commit
Remove disabled ctypes test
authorMartin Panter <vadmium+py@gmail.com>
Thu, 29 Sep 2016 02:50:20 +0000 (02:50 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 29 Sep 2016 02:50:20 +0000 (02:50 +0000)
commitc49b4d8ef392678b2a55deedb7682d3f5ab9c68b
tree54d763ebde30d00b58f7336770b4507aabf25a96
parent6c58c34dd3724b990c7f487c936577db888f3c3f
Remove disabled ctypes test

The test was commented out in 2005 before ctypes was added to Python, because
the “cdll” attribute loading feature “will no longer work this way”:
http://svn.python.org/view?view=revision&revision=49102
Lib/ctypes/test/test_find.py