summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_backoff.h
blob: c5ee6b141fd1f44d7a127096fb33ee93021eba23 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_backoff.h>
#else
#error "No <internal/pycore_backoff.h> in Python2"
#endif