Message 239556 - Python tracker
Message239556
| Author | ethan.furman |
|---|---|
| Recipients | ethan.furman, giampaolo.rodola, gvanrossum, neologix, python-dev, serhiy.storchaka, vstinner |
| Date | 2015-03-30.01:55:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1427680512.69.0.466316707061.issue21076@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay, in a perfect world that _enum_to_int function would be unnecessary, but as Serhiy pointed out the C code is doing pointer comparison, so unless the exact same int is passed in it does not work. I'm looking at adjusting the C code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-30 01:55:12 | ethan.furman | set | recipients: + ethan.furman, gvanrossum, vstinner, giampaolo.rodola, neologix, python-dev, serhiy.storchaka |
| 2015-03-30 01:55:12 | ethan.furman | set | messageid: <1427680512.69.0.466316707061.issue21076@psf.upfronthosting.co.za> |
| 2015-03-30 01:55:12 | ethan.furman | link | issue21076 messages |
| 2015-03-30 01:55:12 | ethan.furman | create | |