Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15628fe

Browse files
committed
Simply delete the fpectl module, instead of leaving it commented out;
if people want to compile it, they should edit Modules/Setup, not setup.py
1 parent d5c124a commit 15628fe

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

setup.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -650,28 +650,6 @@ class found(Exception): pass
650650
libraries = ['panel'] + curses_libs) )
651651

652652

653-
654-
# Lee Busby's SIGFPE modules.
655-
# The library to link fpectl with is platform specific.
656-
# Choose *one* of the options below for fpectl:
657-
658-
# Disabled; it's dangerous or useless except in the hands of experts.
659-
## if platform == 'irix5':
660-
## # For SGI IRIX (tested on 5.3):
661-
## exts.append( Extension('fpectl', ['fpectlmodule.c'],
662-
## libraries=['fpe']) )
663-
## elif 0: # XXX how to detect SunPro?
664-
## # For Solaris with SunPro compiler (tested on Solaris 2.5
665-
## # with SunPro C 4.2): (Without the compiler you don't have
666-
## # -lsunmath.)
667-
## #fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
668-
## pass
669-
## else:
670-
## # For other systems: see instructions in fpectlmodule.c.
671-
## #fpectl fpectlmodule.c ...
672-
## exts.append( Extension('fpectl', ['fpectlmodule.c']) )
673-
674-
675653
# Andrew Kuchling's zlib module. Note that some versions of zlib
676654
# 1.1.3 have security problems. See CERT Advisory CA-2002-07:
677655
# http://www.cert.org/advisories/CA-2002-07.html

0 commit comments

Comments
 (0)