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

bpo-35917: Test multiprocessing manager classes and shareable types #11772

Merged
merged 11 commits into from Feb 7, 2019

Commits on Feb 6, 2019

  1. Copy the full SHA
    d20549c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    312b5c4 View commit details
    Browse the repository at this point in the history
  3. fix typo

    giampaolo committed Feb 6, 2019
    Copy the full SHA
    55fdf89 View commit details
    Browse the repository at this point in the history
  4. move tests in a separate sub-module in order to avoid the global() re…

    …lated hacks performed in install_tests_in_module_dict()
    giampaolo committed Feb 6, 2019
    Copy the full SHA
    9eca250 View commit details
    Browse the repository at this point in the history
  5. try to fix global()-related discoverability issues on Windows by usin…

    …g install_tests_in_module_dict()
    giampaolo committed Feb 6, 2019
    Copy the full SHA
    bba51f7 View commit details
    Browse the repository at this point in the history
  6. move tests back into _test_multiprocessing and use @classmethod in or…

    …der to make the worker object accessible/serializable on Windows
    giampaolo committed Feb 6, 2019
    Copy the full SHA
    05d9c33 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a4ac020 View commit details
    Browse the repository at this point in the history
  8. rename method

    giampaolo committed Feb 6, 2019
    Copy the full SHA
    6b8836a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Copy the full SHA
    8c10bc4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    638dd49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff61348 View commit details
    Browse the repository at this point in the history