Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3cf5b1eef99fbd85bbd2bcd2e6223dfec92daf8b
/
.
/
Lib
/
test
/
crashers
/
coerce.py
blob: 574956b228eff8d9f6914e692ad549135eabf2e9 [
file
] [
log
] [
blame
]
# http://python.org/sf/992017
class
foo
:
def
__coerce__
(
self
,
other
):
return
other
,
self
if
__name__
==
'__main__'
:
foo
()+
1
# segfault: infinite recursion in C