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

Protect iterators against concurrent modification #2380

Merged
merged 8 commits into from May 31, 2022

Commits on May 16, 2022

  1. Copy the full SHA
    4f0e543 View commit details
    Browse the repository at this point in the history
  2. Add Py_3_8 cfg

    mejrs committed May 16, 2022
    Copy the full SHA
    fac17cc View commit details
    Browse the repository at this point in the history
  3. Fix cfg

    mejrs committed May 16, 2022
    Copy the full SHA
    5444b3e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Rework dict

    mejrs committed May 21, 2022
    Copy the full SHA
    860cafe View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Add to changelog

    mejrs committed May 29, 2022
    Copy the full SHA
    3f57e46 View commit details
    Browse the repository at this point in the history
  2. Add test

    mejrs committed May 29, 2022
    Copy the full SHA
    f5af326 View commit details
    Browse the repository at this point in the history
  3. Create iter module.

    mejrs committed May 29, 2022
    Copy the full SHA
    646bd13 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7c19992 View commit details
    Browse the repository at this point in the history