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

Wrap weakref.ref instead of subclassing to fix cloudpickle serialization #7780

Merged
merged 16 commits into from Oct 10, 2023

Commits on Oct 9, 2023

  1. Wrap weakref.ref instead of subclassing

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c18df7d View commit details
    Browse the repository at this point in the history
  2. Add issue pointer

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    79d783c View commit details
    Browse the repository at this point in the history
  3. Fixing typing imports

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c159642 View commit details
    Browse the repository at this point in the history
  4. Fixing typing imports

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    abd1878 View commit details
    Browse the repository at this point in the history
  5. More concision

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    899f7a6 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2681a08 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9bc6d75 View commit details
    Browse the repository at this point in the history
  8. Fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e2d588f View commit details
    Browse the repository at this point in the history
  9. Add test case

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c301411 View commit details
    Browse the repository at this point in the history
  10. Docstring

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b4005ee View commit details
    Browse the repository at this point in the history
  11. Fix docstring

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    df4d69a View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b1c4f87 View commit details
    Browse the repository at this point in the history
  13. Lint

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2a37a7d View commit details
    Browse the repository at this point in the history
  14. Fix lint

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d0b0a4d View commit details
    Browse the repository at this point in the history
  15. for PyPy tests

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2aad1c6 View commit details
    Browse the repository at this point in the history
  16. Fix lint

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a79c8ab View commit details
    Browse the repository at this point in the history