library/compiler/static.py (18 lines): - line 387: # TODO: Need typed members for dict - line 539: # TODO: final constants should be typed to literals, and - line 578: # TODO handle Call - line 613: # TODO handle Attribute - line 634: # TODO until we support runtime checking of unions, we must for - line 1233: # TODO: There's more checking we should be doing to ensure - line 1299: # TODO: We can't compile w/ unknown bases - line 1798: # TODO: handle duplicate args and other weird stuff a-la - line 1811: # TODO: add support for this by implementing type constrained tuples - line 2481: # TODO currently this type (the type the bound method was accessed - line 2880: # TODO (aniketpanse): move these to a better place - line 3878: # TODO this should be is_subtype_of once we split that from can_assign_from - line 5241: # TODO: What about del's? - line 5259: # TODO: this should be a join, rather than just reverting to decl_type - line 5794: # TODO: We should walk into the tuple/list and use it to infer - line 6708: # TODO: Parsing here should really be that we run declaration visitor over all nodes, - line 6848: # TODO raise this in type binding instead - line 6856: # TODO raise this in type binding instead ext/Modules/_sre/_sre.cpp (3 lines): - line 1437: /* FIXME: we probably need to deal with zero-width - line 2977: /* FIXME: we probably need to deal with zero-width - line 6765: /* FIXME: implement setattr("string", None) as a special case (to library/compiler/symbols.py (3 lines): - line 373: # TODO: this may be not correct, check. - line 468: # Set parent ASAP. TODO: Probably makes sense to do that for - line 588: # TODO: Check that var exists in outer scope library/types.py (2 lines): - line 218: # TODO: Implement this in C. - line 275: # # TODO: Implement this in C. runtime/byteslike.cpp (1 line): - line 45: UNIMPLEMENTED("TODO memoryview from C extension object?"); library/sysconfig.py (1 line): - line 93: # FIXME don't rely on sys.version here, its format is an implementation detail benchmarks/_tools.py (1 line): - line 74: # TODO update library/compiler/misc.py (1 line): - line 51: # TODO: Probably need to split and mangle recursively? benchmarks/benchmarks/deltablue.py (1 line): - line 71: # TODO: This looks like a bug in the original code. Shouldn't this be util/capi.py (1 line): - line 227: # TODO: Use a better regular expression to actually check for signature