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

Replace _PyLong_Format with PyNumber_ToBase #118

Merged
merged 4 commits into from
Oct 10, 2024

Commits on Jun 5, 2024

  1. Replace _PyLong_Format with PyNumber_ToBase

    `_PyLong_Format` is in Python’s internal, private API; `PyNumber_ToBase`
    belongs to the Stable API, and is a fairly thin wrapper around
    `_PyLong_Format` with a bit of extra error checking.
    
    Fixes MagicStack#116.
    musicinmybrain committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    851c4e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update CI action versions

    fantix committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b18587 View commit details
    Browse the repository at this point in the history
  2. Fix CI Python versions

    fantix committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4ed9df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e39b43f View commit details
    Browse the repository at this point in the history