Commit ea949d3d authored by Boxiang Sun's avatar Boxiang Sun

add float nb_power slot

parent f1129a84
......@@ -1501,6 +1501,8 @@ void setupFloat() {
float_cls->freeze();
floatFormatInit();
float_cls->tp_as_number->nb_power = float_pow;
}
void teardownFloat() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment