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

gh-117398: Add datetime C-API type check test for subinterpreters #119604

Merged
merged 40 commits into from
Jun 13, 2024
Merged

gh-117398: Add datetime C-API type check test for subinterpreters #119604

merged 40 commits into from
Jun 13, 2024

Commits on May 27, 2024

  1. Update _testmultiphase.c

    neonene authored May 27, 2024
    Configuration menu
    Copy the full SHA
    0db4a81 View commit details
    Browse the repository at this point in the history
  2. Update test_misc.py

    neonene authored May 27, 2024
    Configuration menu
    Copy the full SHA
    593f05a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85c8bc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. revert

    neonene committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9b667d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a67b45 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. revert

    neonene committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f21ef4a View commit details
    Browse the repository at this point in the history
  2. add test for subinterpreters

    neonene committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ac9ad4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f6cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0654f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17cb0c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdfe135 View commit details
    Browse the repository at this point in the history
  7. add Py_MOD_GIL_NOT_USED

    neonene committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c7d9de4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. ignore dlopen error on WASI

    neonene authored May 30, 2024
    Configuration menu
    Copy the full SHA
    b89801c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5d65b View commit details
    Browse the repository at this point in the history
  3. edit comment

    neonene authored May 30, 2024
    Configuration menu
    Copy the full SHA
    dc9c5e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76695c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d57d33 View commit details
    Browse the repository at this point in the history
  6. nit

    neonene authored May 30, 2024
    Configuration menu
    Copy the full SHA
    4a04542 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. add blank lines

    neonene authored May 31, 2024
    Configuration menu
    Copy the full SHA
    ba08b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. simplify WASI check

    neonene authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8c26d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0360151 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. do not run_in_subinterp()

    neonene authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    b2c1e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23909a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daac381 View commit details
    Browse the repository at this point in the history
  4. do not copy config dict

    neonene authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    bf4d78a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    8c53a58 View commit details
    Browse the repository at this point in the history
  2. add test for all OSes

    neonene committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b3460b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aab36c3 View commit details
    Browse the repository at this point in the history
  4. remove test for all OSes

    neonene authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    378b1fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4c43e View commit details
    Browse the repository at this point in the history
  6. reuse existing PyMethodDef

    neonene authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5ce05a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba41ef1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    272f25f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d82c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17615ef View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9c46fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c40fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55beee7 View commit details
    Browse the repository at this point in the history
  4. rename test case

    neonene authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b861bd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1421dd View commit details
    Browse the repository at this point in the history