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

Simplify structure of a Job in the TaskScheduler #1468

Merged
merged 1 commit into from Mar 6, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 3, 2012

Use named attributes on simple object, instead of stupid ever-growing lists.

Fixes important bug that re-ordered tasks after all engines had reached HWM.

Use named attributes on simple object, instead of stupid ever-growing lists.

Fixes important bug that re-ordered tasks after all engines had reached HWM.
minrk added a commit that referenced this pull request Mar 6, 2012
Simplify structure of a Job in the TaskScheduler

Use named attributes on simple object, instead of stupid ever-growing lists.

Fixes important bug that re-ordered tasks after all engines had reached HWM.
@minrk minrk merged commit 96d5447 into ipython:master Mar 6, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Simplify structure of a Job in the TaskScheduler

Use named attributes on simple object, instead of stupid ever-growing lists.

Fixes important bug that re-ordered tasks after all engines had reached HWM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant