Skip to content

Commit ef8c521

Browse files
committed
undef INTRINSIC_FUNC_ENTRY
1 parent 74fc92e commit ef8c521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/intrinsics.c

+2
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ _PyIntrinsics_BinaryFunctions[] = {
265265
INTRINSIC_FUNC_ENTRY(INTRINSIC_SET_FUNCTION_TYPE_PARAMS, _Py_set_function_type_params)
266266
};
267267

268+
#undef INTRINSIC_FUNC_ENTRY
269+
268270
PyObject*
269271
_PyUnstable_GetUnaryIntrinsicName(int index)
270272
{

0 commit comments

Comments
 (0)