clarete/forbiddenfruit

Segfault when cursing a class method that already exists as instance method on python3 objects

clarete opened this issue · 0 comments

The test case: f5c25ba

It's unlikely that it will blow up in the first call. Actually, to see this bug happening, I'm running this command:

while :; do make; done   # :(

Thanks Mr. @spulec for reporting this issue with a nice test case!