Skip to content

Commit e83891d

Browse files
committed
Note on possible improvement
1 parent a18babf commit e83891d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/args.go

+4
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@
403403

404404
package py
405405

406+
// FIXME this would be a lot more useful if we could supply the
407+
// address of a String rather than an Object - would then need
408+
// introspection to set it properly
409+
406410
// ParseTupleAndKeywords
407411
func ParseTupleAndKeywords(args Tuple, kwargs StringDict, format string, kwlist []string, results ...*Object) {
408412
if len(results) != len(kwlist) {

0 commit comments

Comments
 (0)