mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add fpectl and fpetest modules.
This commit is contained in:
parent
4a3df1c936
commit
10efb05d51
1 changed files with 7 additions and 0 deletions
|
@ -322,5 +322,12 @@ parser parsermodule.c
|
|||
cStringIO cStringIO.c
|
||||
cPickle cPickle.c
|
||||
|
||||
# Lee Busby's SIGFPE modules.
|
||||
# The library to link fpectl with is platform specific.
|
||||
# See instructions in fpectlmodule.c.
|
||||
|
||||
#fpectl fpectlmodule.c
|
||||
#fpetest fpetestmodule.c
|
||||
|
||||
# Example -- included for reference only:
|
||||
# xx xxmodule.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue