]> granicus.if.org Git - python/commit
Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";
authorArmin Rigo <arigo@tunes.org>
Sun, 4 Mar 2012 17:56:23 +0000 (18:56 +0100)
committerArmin Rigo <arigo@tunes.org>
Sun, 4 Mar 2012 17:56:23 +0000 (18:56 +0100)
commit1cb2e04238fa09094ce02d26833a19d2bd70d81d
tree830bbb76935e3ad045d8d474fd227180a6f0750c
parent21ccb7318d91e07a8db0e4b23d1b0a6c4564e9cb
Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";
Lib/test/crashers/decref_before_assignment.py [new file with mode: 0644]