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

Make SET_FLAG_IF more paranoid #3740

Merged
merged 5 commits into from Apr 9, 2023
Merged

Commits on Apr 5, 2023

  1. Make SET_FLAG_IF more paranoid

    This fixes a regression introduced in pyodide#3283.
    
    The bug also depends on this branch here:
    https://github.com/pyodide/pyodide/blob/main/src/core/python2js.c#L833-L834
    which is a bit suspect...
    hoodmane committed Apr 5, 2023
    Copy the full SHA
    900a7ac View commit details
    Browse the repository at this point in the history
  2. Update another test

    hoodmane committed Apr 5, 2023
    Copy the full SHA
    d0c2513 View commit details
    Browse the repository at this point in the history
  3. Fix test

    hoodmane committed Apr 5, 2023
    Copy the full SHA
    54ca053 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Copy the full SHA
    fb19c1e View commit details
    Browse the repository at this point in the history
  2. Add missing change

    hoodmane committed Apr 8, 2023
    Copy the full SHA
    7c1cf3d View commit details
    Browse the repository at this point in the history