[Python-checkins] python/dist/src/Misc NEWS,1.950,1.951

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Mar 20 17:52:23 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16155/Misc

Modified Files:
	NEWS 
Log Message:
Limit the nesting depth of a tuple passed as the second argument to
isinstance() or issubclass() to the recursion limit of the interpreter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.950
retrieving revision 1.951
diff -C2 -d -r1.950 -r1.951
*** NEWS	20 Mar 2004 21:31:33 -0000	1.950
--- NEWS	20 Mar 2004 22:52:13 -0000	1.951
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Limit the nested depth of a tuple for the second argument to isinstance()
+   and issubclass() to the recursion limit of the interpreter.
+   Fixes bug  #858016 .
+ 
  - Optimized dict iterators, creating separate types for each
    and having them reveal their length.  Also optimized the




More information about the Python-checkins mailing list