This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/12150] New: sys.stdout and sys.stderr should have a'fileno' method


http://sourceware.org/bugzilla/show_bug.cgi?id=12150

           Summary: sys.stdout and sys.stderr should have a 'fileno'
                    method
           Product: gdb
           Version: 7.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


sys.stdout and sys.stderr are replaced by GdbOutputFile instances, which do not
implement 'fileno'. This method should return the file descriptor associated
with that I/O stream. Even if pagination is used I think fileno should return
the appropriate file descriptor.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]