clarete / forbiddenfruit

Patch built-in python objects

Home Page:https://clarete.li/forbiddenfruit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

clarete opened this issue · 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!