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

Ignore errno.ENXIO in inst.setwinsize after fork #17

Merged
merged 5 commits into from
Apr 26, 2015

Conversation

jquast
Copy link
Member

@jquast jquast commented Apr 26, 2015

From bug reported in pexpect, pexpect/pexpect#206

from ptyprocess import PtyProcess, PtyProcessUnicode

class PtyTestCase(unittest.TestCase):
class PtyTestCase(unittest2.TestCase):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just be unittest again now.

@jquast
Copy link
Member Author

jquast commented Apr 26, 2015

@takluyver merging: I address your comments, and also cherry-picked dcc7dab (bumped version to 0.5) with the expectation that PR #13 will merge, so that this change will not be attributed to 0.4

jquast added a commit that referenced this pull request Apr 26, 2015
Ignore errno.ENXIO in inst.setwinsize after fork
@jquast jquast merged commit 0292071 into master Apr 26, 2015
@jquast jquast deleted the solaris-fix-setwinsize-only branch April 26, 2015 21:09
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

2 participants