]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Disallow keyword arguments for type constructors that don't use them
authorGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:43:16 +0000 (06:43 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:43:16 +0000 (06:43 +0000)
commit66e75ac6e092fd1b5b9a7e9378928c9ec0829f32
tree203bed2e39badf89a4bef7e1a281f81192a8097e
parenta74a655d816399e1168680c20daff3032665450d
Disallow keyword arguments for type constructors that don't use them
(fixes #1119418).
13 files changed:
Include/modsupport.h
Misc/NEWS
Modules/_randommodule.c
Modules/arraymodule.c
Modules/collectionsmodule.c
Modules/itertoolsmodule.c
Modules/operator.c
Modules/zipimport.c
Objects/bufferobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/sliceobject.c
Python/getargs.c