Message 215059 - Python tracker
Message215059
| 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:39 | giampaolo.rodola | set | recipients: + giampaolo.rodola, gvanrossum, vstinner, neologix, ethan.furman |
| 2014-03-28 17:13:39 | giampaolo.rodola | set | messageid: <1396026819.35.0.316185306603.issue21076@psf.upfronthosting.co.za> |
| 2014-03-28 17:13:39 | giampaolo.rodola | link | issue21076 messages |
| 2014-03-28 17:13:39 | giampaolo.rodola | create | |