[Python-bugs-list] [ python-Bugs-493548 ] delbitset() unused

noreply@sourceforge.net noreply@sourceforge.net
Fri, 14 Dec 2001 20:58:44 -0800


Bugs item #493548, was opened at 2001-12-14 19:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493548&group_id=5470

Category: Parser/Compiler
Group: Python 2.2
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: delbitset() unused

Initial Comment:
delbitset() doesn't appear to be used anywhere.
here are all the references from find:

./Include/bitset.h:void delbitset(bitset bs);
./Include/pgenheaders.h:#define delbitset _Py_delbitset
./PC/os2vacpp/python.def:;               _Py_delbitset
./Parser/bitset.c:delbitset(bitset ss)


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-14 20:58

Message:
Logged In: YES 
user_id=6380

Hm, I'd rather keep this function around for completeness --
the bitset datatype reads better if there's a del as well as
a new.  The waste in space is minimal. :-)

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

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