]> granicus.if.org Git - python/commit
In places where a ResObj is expected for PyArg_Parse and the object passed in isn...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 12 Dec 1999 22:57:29 +0000 (22:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 12 Dec 1999 22:57:29 +0000 (22:57 +0000)
commit2d76c25f596538727ac409114d0ebae0279ac716
tree0c085430784e02a0c19faee726072714ca6a6e47
parentc5d0959a22425d9f82fc8cdd900cff866ea6c6be
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).
Mac/Modules/res/Resmodule.c
Mac/Modules/res/ressupport.py