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

implement ffi/cpython/pystate #1687

Merged
merged 11 commits into from Jun 24, 2021
Merged

implement ffi/cpython/pystate #1687

merged 11 commits into from Jun 24, 2021

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    7c51084 View commit details
    Browse the repository at this point in the history
  2. add ffi module level doc

    mejrs committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0c8ecec View commit details
    Browse the repository at this point in the history
  3. reorder to header file order

    mejrs committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    121808e View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    mejrs committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c720ef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. implement cpython/pystate

    mejrs committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    af64427 View commit details
    Browse the repository at this point in the history
  2. fix import errors

    mejrs committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ca826c7 View commit details
    Browse the repository at this point in the history
  3. make PyInterpreterState opaque

    mejrs committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    377911e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge branch 'main' into ffi2

    mejrs committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f97c7f5 View commit details
    Browse the repository at this point in the history
  2. update changelog

    mejrs committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5d31748 View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    mejrs committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    955e1b2 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    mejrs committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1db36bd View commit details
    Browse the repository at this point in the history