[Python-Dev] How should I handle unsupported features?

Ulrich Eckhardt doomster at knuut.de
Sun Jan 11 18:13:02 CET 2009


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


More information about the Python-Dev mailing list