Message259012
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2016-01-27.10:54:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453892084.89.0.513130386213.issue26098@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 5: implement PyFunction_RemoveSpecialized() and PyFunction_RemoveAllSpecialized() functions (with unit tests!). I'm not sure that PyFunction_RemoveSpecialized() must return 0 (success) if the removed specialized code doesn't exist (invalid index). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-27 10:54:48 | vstinner | set | recipients: + vstinner |
| 2016-01-27 10:54:44 | vstinner | set | messageid: <1453892084.89.0.513130386213.issue26098@psf.upfronthosting.co.za> |
| 2016-01-27 10:54:44 | vstinner | link | issue26098 messages |
| 2016-01-27 10:54:44 | vstinner | create | |