blob: 55722b395ef4039547a7dc9f1f9614bc477de11c (
plain) (
blame)
1
2
3
4
5
6
7
|
#pragma once
#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_blocks_output_buffer.h>
#else
#error "No <internal/pycore_blocks_output_buffer.h> in Python2"
#endif
|