Bug: dictionary with >= 8192 keys not initialized correctly

Peter Schneider-Kamp nowonder at nowonder.de
Wed Aug 9 17:33:46 EDT 2000


That's strange. I get a SyntaxError because the limit of
subnodes for an expression was set to 8192:

Python 2.0b1 (#2, Aug  7 2000, 10:06:00)  [GCC 2.95.2 19991024
(release)] on linux2
  File "dumm3.py", line 16386
    8191: None,
              ^
SyntaxError: expression too long

But then this probably was fixed after the 1.6b1 fork ...
You should submit this to the bug tracker at sourceforge:

http://sourceforge.net/bugs/?group_id=5470

Peter
--
Peter Schneider-Kamp          ++47-7388-7331
Herman Krags veg 51-11        mailto:peter at schneider-kamp.de
N-7050 Trondheim              http://schneider-kamp.de




More information about the Python-list mailing list