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 83fd02c commit 6af5940Copy full SHA for 6af5940
Python/optimizer_bytecodes.c
@@ -1048,7 +1048,7 @@ dummy_func(void) {
1048
PyHeapTypeObject *cls = (PyHeapTypeObject *)type;
1049
PyObject *init = FT_ATOMIC_LOAD_PTR_ACQUIRE(cls->_spec_cache.init);
1050
if (init != NULL && PyFunction_Check(init)) {
1051
- // Record the __init__ function so _CREATE_INIT_FRAME can
+ // Propagate the __init__ function so _CREATE_INIT_FRAME can
1052
// resolve the code object and continue optimizing.
1053
callable = sym_new_const(ctx, init);
1054
PyType_Watch(TYPE_WATCHER_ID, (PyObject *)type);
0 commit comments