]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r51246 | neal.norwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 19:25:26 +0000 (19:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 19:25:26 +0000 (19:25 +0000)
commit6d0bc3e9f4ca48e43b823f7c4207d5549824a24a
tree69a049f22b013796a7c28fe112f0438cfa05f43f
parent154a884e6b562dc5b9f04c8a114a7efd12e42723
[Backport r51246 | neal.norwitz]

Handle a whole lot of failures from PyString_FromInternedString().

Should fix most of Klocwork 234-272.

[Backport r51400 | neal.norwitz]

Move initialization of interned strings to before allocating the
object so we don't leak op.  (Fixes an earlier patch to this code)

Klockwork #350
Objects/classobject.c