[Python-Dev] tainting

Skip Montanaro skip@pobox.com
Wed, 8 Jan 2003 12:04:12 -0600


    Martin> So if you have

    Martin> d[s] = 1

    Martin> then tainting s might be necessary, since now len(s) depends on
    Martin> the value of s.

You meant "... tainting d might be necessary, ...", right?

S