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 d8b5848 commit 78f0576Copy full SHA for 78f0576
Include/cpython/object.h
@@ -238,7 +238,11 @@ 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 -- Experimental API */
+ /* callback that may specialize BINARY_OP
242
+ * this is an experimental API based on the ideas in the paper
243
+ * Cross Module Quickening - The Curious Case of C Extensions
244
+ * by Felix Berlakovich and Stefan Brunthaler.
245
+ */
246
binop_specialize_func tp_binop_specialize;
247
248
/* Number of tp_version_tag values used.
0 commit comments