Skip to content

Commit 0190ecf

Browse files
committed
'experimental' comment
1 parent 81a3008 commit 0190ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ struct _typeobject {
238238
/* bitset of which type-watchers care about this type */
239239
unsigned char tp_watched;
240240

241-
/* callback that may specialize BINARY_OP */
241+
/* callback that may specialize BINARY_OP -- Experimental API */
242242
binop_specialize_func tp_binop_specialize;
243243

244244
/* Number of tp_version_tag values used.

0 commit comments

Comments
 (0)