This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2014-01-29.17:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The curses module also has many conditionally implemented functions.

I think Argument Clinic can detect preprocessor instructions (#if/#ifdef/#ifndef/#else/#endif) and generate needed #if/#endif in generated file. This would be more robust than explicitly repeat condition in clinic declaration, because external conditions can be changed.
History
Date User Action Args
2014-01-29 17:52:07serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2014-01-29 17:52:07serhiy.storchakasetmessageid: <[email protected]>
2014-01-29 17:52:07serhiy.storchakalinkissue20170 messages
2014-01-29 17:52:06serhiy.storchakacreate