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

PEP 757: reject more ideas #4017

Merged
merged 3 commits into from
Oct 4, 2024
Merged

PEP 757: reject more ideas #4017

merged 3 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. PEP 757: drop endianness & reject more ideas

    * drop endianness field of the PyLongLayout struct
    * keep PyLong_GetNativeLayout() function (was: open question)
    * reject mpz_import/export-like API
    
    Co-authored-by: Victor Stinner <[email protected]>
    skirpichev and vstinner committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f676d54 View commit details
    Browse the repository at this point in the history
  2. Update peps/pep-0757.rst

    vstinner authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ac47ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. + revert endianness

    skirpichev committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    23ffde4 View commit details
    Browse the repository at this point in the history