Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106078: Move external C-API functions to decimal module global state #106616

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

CharlieZhao95
Copy link
Contributor

@CharlieZhao95 CharlieZhao95 commented Jul 11, 2023

Move external C-API functions to decimal module global state:

  • _py_long_multiply
  • _py_long_floor_divide
  • _py_long_power
  • _py_float_abs
  • _py_long_bit_length
  • _py_float_as_integer_ratio

@CharlieZhao95 CharlieZhao95 marked this pull request as ready for review July 11, 2023 09:28
@CharlieZhao95
Copy link
Contributor Author

cc: @kumaraditya303 @erlend-aasland

@erlend-aasland
Copy link
Contributor

Thanks for taking care of this @kumaraditya303 and @CharlieZhao95!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants