[Bug 526738] Review Request: py-radix - Radix tree data structure for Python

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 12 19:06:05 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526738





--- Comment #11 from Matt Domsch <matt_domsch at dell.com>  2009-10-12 15:06:05 EDT ---
Yes, I was concerned about that too, but the inet_ntop.c and strlcpy.c are only
used on Windows.

setup.py has:

        libs = []
        src = [ 'radix.c', 'radix_python.c' ]
        if sys.platform == 'win32':
                libs += [ 'ws2_32' ]
                src += [ 'inet_ntop.c', 'strlcpy.c' ]

they're not used on Linux at all, so it's fine to keep them in the source tree
and not have to patch them out.

Thanks,
Matt

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list