mirror of https://github.com/python/cpython
Add fpectl and fpetest modules.
This commit is contained in:
parent
4a3df1c936
commit
10efb05d51
|
@ -322,5 +322,12 @@ parser parsermodule.c
|
||||||
cStringIO cStringIO.c
|
cStringIO cStringIO.c
|
||||||
cPickle cPickle.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:
|
# Example -- included for reference only:
|
||||||
# xx xxmodule.c
|
# xx xxmodule.c
|
||||||
|
|
Loading…
Reference in New Issue