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 Rhamphoryncus
Recipients Rhamphoryncus, georg.brandl, gustavo, gvanrossum
Date 2007-12-15.17:35:22
SpamBayes Score 0.00080261636
Marked as misclassified No
Message-id <1197740123.38.0.682283479591.issue1583@psf.upfronthosting.co.za>
In-reply-to
Content
The python API has the advantage that you can test for it at runtime,
avoiding a compile-time check.  I don't know if this is significant though.

I don't see the big deal about a C API.  All you need to do is call
PyImport_ImportModule("signal") and PyObject_CallMethod(mod,
"set_wakeup_fd", "i", fd);
History
Date User Action Args
2007-12-15 17:35:23Rhamphoryncussetspambayes_score: 0.000802616 -> 0.00080261636
recipients: + Rhamphoryncus, gvanrossum, georg.brandl, gustavo
2007-12-15 17:35:23Rhamphoryncussetspambayes_score: 0.000802616 -> 0.000802616
messageid: <1197740123.38.0.682283479591.issue1583@psf.upfronthosting.co.za>
2007-12-15 17:35:23Rhamphoryncuslinkissue1583 messages
2007-12-15 17:35:22Rhamphoryncuscreate