[issue1418] Python/hypot.c is never used

2007-11-11 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the patch. Committed as r58941. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1418] Python/hypot.c is never used

2007-11-10 Thread Mark Dickinson
Mark Dickinson added the comment: hypot.patch contains a possible fix, together with a fix for the includes in hypot.c itself. (As it was, compilation of hypot.c would fail due to ssize_t being referenced before definition, in pyport.h.) Added file: http://bugs.python.org/file8727/hypot.patch

[issue1418] Python/hypot.c is never used

2007-11-10 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1418] Python/hypot.c is never used

2007-11-10 Thread Mark Dickinson
New submission from Mark Dickinson: With the current ./configure setup, it looks to me as though there are no circumstances under which the file Python/hypot.c is compliled. There's a line AC_REPLACE_FUNCS(hypot) in configure.in; which is supposed (if I understand correctly) to check for a s