[Patches] [ python-Patches-542569 ] tp_print tp_repr tp_str in test_bool.py

noreply@sourceforge.net noreply@sourceforge.net
Thu, 11 Apr 2002 10:01:50 -0700


Patches item #542569, was opened at 2002-04-11 19:01
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=542569&group_id=5470

Category: Tests
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
Assigned to: Nobody/Anonymous (nobody)
Summary: tp_print tp_repr tp_str in test_bool.py

Initial Comment:
Those slots are not being tested by test_bool.py if it
was run standalone.
bool_print() does not run during the complete
regression test suite.

I was using Neal's tools and choose boolobject.c
(because it's an easy module :-) to get in touch with
the internals.

I don't know if this patch would be useful to you
because  I didn't see similar checks done for other
types. Ie: the
eval(repr(x))==x property, or the tp_print slot (I
found only one for dicts.)

Hope it helps,
-Hernan





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=542569&group_id=5470