Message181592
| Author |
skrah |
| Recipients |
abacabadabacaba, belopolsky, billm, georg.brandl, gregory.p.smith, loewis, python-dev, serhiy.storchaka, skrah |
| Date |
2013年02月07日.11:41:02 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1360237263.03.0.549003793247.issue6083@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The FreeBSD 6.4 bot is failing, too. Note that the other functions
in test_returnfuncptrs.py do this in order to get strchr():
dll = CDLL(_ctypes_test.__file__)
get_strchr = dll.get_strchr
get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)
strchr = get_strchr() |
|