Patches item #1471761, was opened at 2006-04-17 16:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1471761&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Ronald Oussoren (ronaldoussoren) Assigned to: Nobody/Anonymous (nobody) Summary: test for broken poll at runtime Initial Comment: This patch moves the test for a broken poll() implementation from configure-time to runtime. The reason for creating this patch is that we'd like to have one python binary for OSX 10.3 and later. OSX 10.3 has a broken version of poll, while 10.4 doesn't. With this patch you'll have select.poll when it is available and working indepent of the version of the OS where python was build. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1471761&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
