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 408576b commit fd2b234Copy full SHA for fd2b234
mypyc/primitives/weakref_ops.py
@@ -7,7 +7,7 @@
7
py_new_weak_ref_op = function_op(
8
name="weakref.weakref",
9
arg_types=[object_rprimitive],
10
- # TODO: how do I pass NULL as the 2nd arg?
+ # TODO: how do I pass NULL as the 2nd arg?
11
#extra_int_constants=[],
12
result_type=object_rprimitive,
13
c_function_name="PyWeakref_NewRef",
0 commit comments