You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a MacOS system to check anymore, but when I was last using a Mac at work, I tested some monkeypatching of object, and I noticed an interesting behavior:
cursing __add__ on object seemed to do nothing,
after cursing __add__ on object, I would pretty consistently see Python segfault soon after (I can't remember perfect reproduction steps, but I think if you just fiddle it'll eventually do it).
Both Python and MacOS were on the latest versions at the time, and this was around August 15th 2021.
The text was updated successfully, but these errors were encountered:
I don't have a MacOS system to check anymore, but when I was last using a Mac at work, I tested some monkeypatching of
object
, and I noticed an interesting behavior:cursing
__add__
onobject
seemed to do nothing,after cursing
__add__
onobject
, I would pretty consistently see Python segfault soon after (I can't remember perfect reproduction steps, but I think if you just fiddle it'll eventually do it).Both Python and MacOS were on the latest versions at the time, and this was around August 15th 2021.
The text was updated successfully, but these errors were encountered: