Skip to content

Commit 78f0576

Browse files
committed
credits
1 parent d8b5848 commit 78f0576

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Include/cpython/object.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ 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 -- Experimental API */
241+
/* 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+
*/
242246
binop_specialize_func tp_binop_specialize;
243247

244248
/* Number of tp_version_tag values used.

0 commit comments

Comments
 (0)