Skip to content

Added workaround for bug in Python 2 on Linux when pygtk is installed#207

Merged
tleonhardt merged 2 commits intomasterfrom
pygtk_bug
Aug 15, 2017
Merged

Added workaround for bug in Python 2 on Linux when pygtk is installed#207
tleonhardt merged 2 commits intomasterfrom
pygtk_bug

Conversation

@tleonhardt
Copy link
Copy Markdown
Member

This bug is exposed by cmd2's dependency on pyperclip and pyperclip's optional dependency on pygtk.

This bug will prevent all output to stdout from background threads in an application which imports pyperclip and calls raw_input() to get input from stdin.

This closes #205

This bug is exposed by cmd2's dependency on pyperclip and pyperclip's optional dependency on pygtk.
@tleonhardt tleonhardt added the bug label Aug 15, 2017
@tleonhardt tleonhardt added this to the 0.7.7 milestone Aug 15, 2017
@tleonhardt tleonhardt self-assigned this Aug 15, 2017
@tleonhardt tleonhardt requested a review from kmvanbrunt August 15, 2017 23:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 15, 2017

Codecov Report

Merging #207 into master will decrease coverage by 0.07%.
The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
- Coverage   96.81%   96.74%   -0.08%     
==========================================
  Files           1        1              
  Lines        1161     1166       +5     
==========================================
+ Hits         1124     1128       +4     
- Misses         37       38       +1
Impacted Files Coverage Δ
cmd2.py 96.74% <80%> (-0.08%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a58cab...2d4e698. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

asynchronous messages blocking until a key is pressed

2 participants