summaryrefslogtreecommitdiff
path: root/tests/functional/r/recursion/recursion_error_3152.py
blob: 97ec190e8f7ce55f5f7a017199ec7903a218c6ed (plain)
1
2
3
4
5
6
7
"""Check that we do not crash with a recursion error"""
import setuptools


# pylint: disable=missing-docstring,too-few-public-methods
class Custom(setuptools.Command):
    pass