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

ffi cleanup: pystrtod to pythonrun #1830

Merged
merged 5 commits into from
Aug 28, 2021
Merged

Commits on Aug 27, 2021

  1. ffi: cleanup pystrtod

    deantvv committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    d62f568 View commit details
    Browse the repository at this point in the history
  2. ffi: cleanup pythonrun

    Move multiple limited api to cpython. Many API in `pythonrun` are
    removed in python 3.10.
    
    There is also some function and macro share the same name (documented
    below) in cpython, which I choose to skip macro definition.
    - PyRun_String
    - PyRun_AnyFile
    - PyRun_AnyFileEx
    - PyRun_AnyFileFlags
    deantvv committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    72b8ffc View commit details
    Browse the repository at this point in the history
  3. update changelog

    deantvv committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7322056 View commit details
    Browse the repository at this point in the history
  4. fixup! ffi: cleanup pythonrun

    deantvv committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a8cc9c3 View commit details
    Browse the repository at this point in the history
  5. ffi: add some PyPy cfgs

    davidhewitt authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    86dacd4 View commit details
    Browse the repository at this point in the history