[Bug 1265090] [NEW] compgen -C Appends Extra Empty String Arguments

2013-12-30 Thread Charles R. Harwood
Public bug reported: On Precise 12.04 When compgen is used to call an external command via -C, it adds three extra empty string arguments. While some commands are ok with that, it breaks many others. == Simple Test Case: $ cat /tmp/print_args EOF #!/usr/bin/env

[Bug 1100343] [NEW] Error on some forked thread termination in python threading module

2013-01-16 Thread Charles R. Harwood
Public bug reported: I'd like for the fix to python issue 14308 to be ported to python2.7 in Ubuntu Precise. http://bugs.python.org/issue14308 As near as I can tell, it affects python 2.7 threading.Thread threads which have were are created, call currentThread(), are then forked, and then