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 da808f9 commit b5f17a8Copy full SHA for b5f17a8
mypyc/codegen/emitclass.py
@@ -325,7 +325,7 @@ def emit_line() -> None:
325
if not fields.get('tp_vectorcall'):
326
# This is just a placeholder to please CPython. It will be
327
# overriden during setup.
328
- fields['tp_call'] = 'PyVectorcall_Call'
+ fields['tp_call'] = 'PyVectorcall_Call'
329
fields['tp_flags'] = ' | '.join(flags)
330
331
emitter.emit_line(f"static PyTypeObject {emitter.type_struct_name(cl)}_template_ = {{")
0 commit comments