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

bpo-1635741: Adapt _multibytecodec to multi-phase initialization #24095

Merged
merged 17 commits into from
Jan 4, 2021

Commits on Jan 4, 2021

  1. Add empty module state

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    863d974 View commit details
    Browse the repository at this point in the history
  2. Convert encoder and decoder types to heap type

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c2c8b04 View commit details
    Browse the repository at this point in the history
  3. Convert reader and writer types to heap type

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2e7e452 View commit details
    Browse the repository at this point in the history
  4. Convert multibytecode type to heap type

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5eb463f View commit details
    Browse the repository at this point in the history
  5. Support multi-phase init

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    85ed337 View commit details
    Browse the repository at this point in the history
  6. Add NEWS

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f30a096 View commit details
    Browse the repository at this point in the history
  7. Fix type names

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1c9e8ba View commit details
    Browse the repository at this point in the history
  8. Address review: Improve NEWS text

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    dc73713 View commit details
    Browse the repository at this point in the history
  9. Address review: Improve naming

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1b5b9fd View commit details
    Browse the repository at this point in the history
  10. Address review: Add MODULE_NAME macro

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    94c15cb View commit details
    Browse the repository at this point in the history
  11. Address review: Fix macro indent

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    15205cf View commit details
    Browse the repository at this point in the history
  12. Update Modules/cjkcodecs/multibytecodec.c

    Co-authored-by: Victor Stinner <vstinner@python.org>
    Erlend Egeberg Aasland and vstinner committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    6bae5b1 View commit details
    Browse the repository at this point in the history
  13. Address review: undef ADD_TYPE and CREATE_TYPE macros to better show …

    …their scope
    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    b1f3f3b View commit details
    Browse the repository at this point in the history
  14. Collect AC def's and scope clinic_get_state()

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e8b3021 View commit details
    Browse the repository at this point in the history
  15. Address review: Improve NEWS again

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    883f766 View commit details
    Browse the repository at this point in the history
  16. Rename __methods to _multibytecodec_methods for consistency

    Co-authored-by: Victor Stinner <vstinner@python.org>
    Erlend Egeberg Aasland and vstinner committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    18c1829 View commit details
    Browse the repository at this point in the history
  17. Fix rename

    Erlend E. Aasland committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    bf3da94 View commit details
    Browse the repository at this point in the history