We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a3008 commit 0190ecfCopy full SHA for 0190ecf
Include/cpython/object.h
@@ -238,7 +238,7 @@ struct _typeobject {
238
/* bitset of which type-watchers care about this type */
239
unsigned char tp_watched;
240
241
- /* callback that may specialize BINARY_OP */
+ /* callback that may specialize BINARY_OP -- Experimental API */
242
binop_specialize_func tp_binop_specialize;
243
244
/* Number of tp_version_tag values used.
0 commit comments