[issue22916] Interpreter segfault on attempted tab complete

2014-11-22 Thread Kevin Smith
New submission from Kevin Smith: I am getting a segmentation fault in the interpreter when trying to tab complete options for a module. I am running python 3.4.2 on Arch Linux. Python 3.4.2 (default, Oct 8 2014, 13:44:52) [GCC 4.9.1 20140903 (prerelease)] on linux Type help, copyright

[issue21797] mmap read of single byte accesses more that just that byte

2014-06-17 Thread Kevin Smith
New submission from Kevin Smith: I am using the mmap module on Linux with python 2.7.6 to access memory-mapped IO. The device that I am accessing implements a hardware FIFO that holds 16-bit values and pops an entry when the MSB of the entry is read. I am trying to use the mmap module to do

[issue12932] dircmp does not allow non-shallow comparisons

2011-09-07 Thread Kevin Smith
New submission from Kevin Smith kevin.sm...@sixquickrun.com: While filecmp.cmp and filecmp.cmpfiles allow a shallow option to be specified to invoke a more involved comparison of files, filecmp.dircmp does not. It is limited to shallow-only comparisons. This could be solved quite easily