This is the mail archive of the gdb-patches@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]

Re: FYI: fix buglet in Frame comparison function


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> 2009-04-13  Tom Tromey  <tromey@redhat.com>
Tom> 	* python/python-frame.c (frapy_richcompare): Return
Tom> 	Py_NotImplemented, not an error.  Handle Py_NE as well.
Tom> 	* python/lib/gdb/FrameIterator.py (FrameIterator.next): Use 'is'.

Oops, I included the wrong ChangeLog entry.
Here is the correct one.

2009-04-13  Tom Tromey  <tromey@redhat.com>

	* python/python-frame.c (frapy_richcompare): Return
	Py_NotImplemented, not an error.  Handle Py_NE as well.

2009-04-13  Tom Tromey  <tromey@redhat.com>

	* gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
	operator on Frame.

Tom


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