https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201523
--- Comment #6 from Kubilay Kocak <ko...@freebsd.org> --- (In reply to Sean Bruno from comment #5) The LIBFFI option was added and was/is enabled by default. The option switches Python to use the the ports version of libffi (devel/libffi). The option can be disabled, which results in Python using its bundled version. If the issue is not reproducible for you with this option ENABLED, then either: * A change fixing the issue has already been committed in libffi upstream and released (and the bug should not be open), OR * A change was made elsewhere outside of Python/libffi (FreeBSD?) that fixes it. If the issue is not reproducible for you with this option DISABLED, then either: * A fix was committed to Python upstream, OR * A change was made elsewhere outside of Python/libffi (FreeBSD?) that fixes it. Either way, we need to isolate why this works for you but doesn't for the original reporter -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"