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

Simplified nurseries #375

Merged
merged 4 commits into from
Dec 23, 2017
Merged

Commits on Dec 19, 2017

  1. Simplified nurseries

    - Parenting is no longer a full time job
    - This commit also removes a bunch of deprecated functions
    
    Fixes: python-triogh-136
    njsmith committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    68277d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Be a little more paranoid about tracking _parent_waiting_in_aexit

    I don't think there's any way this could have led to a spurious
    reschedule, but now I'm even more certain.
    njsmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    97b9616 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Fix syntax in 'race' example

    Thanks to Ran Benita.
    njsmith committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c2861e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Improve some comments

    njsmith committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    22b51de View commit details
    Browse the repository at this point in the history