[Python-Dev] Use of PyArg_NoArgs() (original) (raw)
Martin v. Loewis martin@v.loewis.de
25 Mar 2002 23:26:23 +0100
- Previous message: [Python-Dev] Use of PyArg_NoArgs()
- Next message: [Python-Dev] Use of PyArg_NoArgs()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido@python.org> writes:
> Python/sysmodule.c: {"exit", METHOLDARGS,
This one appears tricky. But in fact, changing it to METHVARARGS should work just as well (I think).
I agree, but a comment that args will be always a tuple seems appropriate.
> nis should be testable by someone.
Or deprecated. I've never met somebody who used it.
You met me :-) I found a need to parse auto.home on Linux, once.
Regards, Martin
- Previous message: [Python-Dev] Use of PyArg_NoArgs()
- Next message: [Python-Dev] Use of PyArg_NoArgs()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]