seveas / python-prctl

Wrapping prctl for python

Home Page:http://packages.python.org/python-prctl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constants defined in two modules at random

hramrach opened this issue · comments

Some constants are defined in prctl and some in _prctl

prctl.PR_FP_EXC_SW_ENABLE

_prctl.PR_FP_EXC_DISABLED

Please decide which it is and move all constants to one of them.

Hello,
can you, please, share more details how this was addressed?

in what way is it bogus?