Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
'experimental' comment
  • Loading branch information
iritkatriel committed May 5, 2025
commit 0190ecff0b0d55383c1c1c330ba3d963c5e92773
2 changes: 1 addition & 1 deletion Include/cpython/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ struct _typeobject {
/* bitset of which type-watchers care about this type */
unsigned char tp_watched;

/* callback that may specialize BINARY_OP */
/* callback that may specialize BINARY_OP -- Experimental API */
binop_specialize_func tp_binop_specialize;
Comment thread
iritkatriel marked this conversation as resolved.

/* Number of tp_version_tag values used.
Expand Down
Loading