[Python-Dev] How should I handle unsupported features? (original) (raw)
Ulrich Eckhardt doomster at knuut.de
Sun Jan 11 18:13:02 CET 2009
- Previous message: [Python-Dev] operator.itemgetter with a callback method
- Next message: [Python-Dev] How should I handle unsupported features?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi!
Porting to MS Windows CE, I find that e.g. signals or environment vars are not supported. How should I handle that? In particular, I'm talking about PyOS_getsig() and PyOS_setsig(). Should I just #ifdef them out completely or should I implement them by setting an error? Which error should I set?
cheers
Uli
- Previous message: [Python-Dev] operator.itemgetter with a callback method
- Next message: [Python-Dev] How should I handle unsupported features?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]