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 giampaolo.rodola
Recipients ethan.furman, giampaolo.rodola, gvanrossum, neologix, vstinner
Date 2014-03-28.17:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396026819.35.0.316185306603.issue21076@psf.upfronthosting.co.za>
In-reply-to
Content
New patch in attachment provides 3 enum containers and overrides all the necessary signal module APIs so that they interoperate with enums on both "get" and "set".
I decided *not* to rename signamodule.c to _signamodule.c in this patch so that it is easier to review (I will do the renaming as a second step).
History
Date User Action Args
2014-03-28 17:13:39giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, vstinner, neologix, ethan.furman
2014-03-28 17:13:39giampaolo.rodolasetmessageid: <1396026819.35.0.316185306603.issue21076@psf.upfronthosting.co.za>
2014-03-28 17:13:39giampaolo.rodolalinkissue21076 messages
2014-03-28 17:13:39giampaolo.rodolacreate