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

WIP: Feature: fork kernel #410

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

Commits on Sep 2, 2019

  1. Don't redirect stdout if nose machinery is not present

    By spawning subprocesses with `stdout = open('/dev/null')` then PyCharm
    is not able to attach to them.
    
    This is specially painful when debugging the tests in test_kernel(),
    where the methods `kernel()` do spawn kernels in subprocesses if
    required.
    edisongustavo committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f1df72c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Add '.idea' to .gitignore

    This is the directory created by PyCharm
    edisongustavo committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f03f443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da574d View commit details
    Browse the repository at this point in the history
  3. minor: indentation

    edisongustavo committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    3e20f81 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    0422bfa View commit details
    Browse the repository at this point in the history
  2. Add test_fork()

    edisongustavo committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    03a29e4 View commit details
    Browse the repository at this point in the history
  3. Add ForkReply

    edisongustavo committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    083458e View commit details
    Browse the repository at this point in the history