[Python-Dev] PyAST_FromNode returning PyTypeObject* ? (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Thu Dec 1 19:45:11 CET 2005
- Previous message: [Python-Dev] PyAST_FromNode returning PyTypeObject* ?
- Next message: [Python-Dev] Plea to distribute debugging lib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/1/05, "Martin v. Löwis" <martin at v.loewis.de> wrote:
Neal,
Why did you suggest that PyASTFromNode returns PyTypeObject*? I can't see why type objects are much used in the AST, unless I'm missing something essential.
It was late and I was trying to make progress. Assume it was a mistake. It doesn't seem to make much sense based on the name. I think I was replacing all mods with PyTypeObject, but since they are probably lists, PyObject would be correct.
n
- Previous message: [Python-Dev] PyAST_FromNode returning PyTypeObject* ?
- Next message: [Python-Dev] Plea to distribute debugging lib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]