This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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()
History
Date User Action Args
2013-02-07 11:41:03skrahsetrecipients: + skrah, loewis, georg.brandl, gregory.p.smith, belopolsky, billm, abacabadabacaba, python-dev, serhiy.storchaka
2013-02-07 11:41:03skrahsetmessageid: <1360237263.03.0.549003793247.issue6083@psf.upfronthosting.co.za>
2013-02-07 11:41:02skrahlinkissue6083 messages
2013-02-07 11:41:02skrahcreate