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

Add weakref Python types #3835

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    cb75d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6fa21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84d6d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    b696f33 View commit details
    Browse the repository at this point in the history
  2. Add PyWeakProxy

    SuperJappie08 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    880fab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62616a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123077b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5667b View commit details
    Browse the repository at this point in the history
  6. Change PyWeakRefMethods to exclude infeasible errors.

    As a result of the checks  made about the objectpointers in PyO3, all
     errors in PyWeakref_GetObject are already caught. Therefor there is no
     need to check for these errors in the non-ffi layer.
    SuperJappie08 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5508d3a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add towncrier changes

    SuperJappie08 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f18ba78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fb139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee95efb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix to adhere to MSRV

    SuperJappie08 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d28da4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff0914 View commit details
    Browse the repository at this point in the history
  3. Change Weakref tests

    SuperJappie08 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e06e383 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f140841 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    cd056af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130c800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b097fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd3ad8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efdd0ff View commit details
    Browse the repository at this point in the history
  6. Change formatting

    SuperJappie08 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    972c168 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30c4742 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    3cc55c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a570f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc40185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    513ab14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad66e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede188a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a0a0a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    f2404e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    3778161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4007bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2aaf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    142ab29 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    a45c043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da776ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1bf16c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    97d73e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ab375 View commit details
    Browse the repository at this point in the history