You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
The private _PyLong_GCD() function was removed in Python 3.13: see PR #108429. @scoder asked what is the intended replacement for _PyLong_GCD(). I suppose that the replacement is to call math.gcd().