]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New newmethodobject() interface takes struct methodlist pointer
authorGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 12:43:18 +0000 (12:43 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 12:43:18 +0000 (12:43 +0000)
commit50620fa9b8cbebb2ac085ea19fca3e14f48e7944
tree7eca5d2ae73a691e369a51849bb8ab73ad4d2526
parent1f4fa501766ad79beb0602685dc0f69f9389fc5d
New newmethodobject() interface takes struct methodlist pointer
instead of individual components; initmodule3() now has doc string
argument as well
Python/modsupport.c