]> granicus.if.org Git - python/commit
?Why did my tests not notice this before?
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 14 Jan 2008 01:07:27 +0000 (01:07 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 14 Jan 2008 01:07:27 +0000 (01:07 +0000)
commit7cdf5f5c318869a7cfa1deaeefb2a7f07244c62e
treef2d8fd2b128034f47a80909f43115060ad02aefd
parente4c270c2a887d251966fae5bfc93dbe2b312ee73
?Why did my tests not notice this before?
Slots inheritance is very different from OO inheritance.
This code lead to infinite recursion on classes derived from StructType.
Modules/_ctypes/_ctypes.c