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 Interceptor more thread-safe #392

Merged
merged 1 commit into from
Jun 27, 2017

Commits on Jun 27, 2017

  1. Make Interceptor more thread-safe

    Several methods in `Interceptor` currently read and modify a private
    dictionary without any synchronization or locking, which means that if
    someone tries to perform several setups concurrently on the same mock,
    they might run into a some multithreading-related exception every now
    and then.
    stakx committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    970981d View commit details
    Browse the repository at this point in the history