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

Skip to content

Commit 10efb05

Browse files
committed
Add fpectl and fpetest modules.
1 parent 4a3df1c commit 10efb05

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Modules/Setup.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,12 @@ parser parsermodule.c
322322
cStringIO cStringIO.c
323323
cPickle cPickle.c
324324

325+
# Lee Busby's SIGFPE modules.
326+
# The library to link fpectl with is platform specific.
327+
# See instructions in fpectlmodule.c.
328+
329+
#fpectl fpectlmodule.c
330+
#fpetest fpetestmodule.c
331+
325332
# Example -- included for reference only:
326333
# xx xxmodule.c

0 commit comments

Comments
 (0)