Treat def f(a, b=1, c): ... as an error (missing default for c)
instead of silently supplying a default of None fore c.
G
Guido van Rossum committed
29d38cd08861a8fc458a8f842a8a7077786f5154
Parent: b7c6131
instead of silently supplying a default of None fore c.