[Python-Dev] no-op symtable methods (original) (raw)
Benjamin Peterson musiccomposition at gmail.com
Sun Aug 17 23:00:17 CEST 2008
- Previous message: [Python-Dev] Think a dead import finding script would be handy?
- Next message: [Python-Dev] PEP-3121 and PyType_Copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've been working on getting the symtable module back in working order. However, there are some methods that aren't functioning as they advertise because of changes in the compiler internally. I doubt that any cares or has noticed because I think it's been broken for several releases now. :)
These methods are: Symbol.is_in_tuple() Symbol.is_vararg() Symbol.is_keyword()
Anyway, if there are no objects, I will deprecate the functions in 2.6 and kill them off for good in 3.0.
-- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."
- Previous message: [Python-Dev] Think a dead import finding script would be handy?
- Next message: [Python-Dev] PEP-3121 and PyType_Copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]