Message181592
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() |
|
| Date |
User |
Action |
Args |
| 2013-02-07 11:41:03 | skrah | set | recipients:
+ skrah, loewis, georg.brandl, gregory.p.smith, belopolsky, billm, abacabadabacaba, python-dev, serhiy.storchaka |
| 2013-02-07 11:41:03 | skrah | set | messageid: <[email protected]> |
| 2013-02-07 11:41:02 | skrah | link | issue6083 messages |
| 2013-02-07 11:41:02 | skrah | create | |
|