Message264881
| Author | serhiy.storchaka |
|---|---|
| Recipients | meador.inge, python-dev, serhiy.storchaka |
| Date | 2016-05-05.06:57:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462431456.7.0.00424874848193.issue26765@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Stage 4 patch moves thin wrappers around functions from bytes_methods.c to Objects/stringlib/transmogrify.h. The _method_ suffix is added to some names to distinguish them from existing stringlib names. I'm not sure this is a good place. It may be better to add separate file (I'm going to move more simple wrappers here), but I don't have good name for it (bytes_methods.h is already used). Any ideas? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-05 06:57:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka, meador.inge, python-dev |
| 2016-05-05 06:57:36 | serhiy.storchaka | set | messageid: <1462431456.7.0.00424874848193.issue26765@psf.upfronthosting.co.za> |
| 2016-05-05 06:57:36 | serhiy.storchaka | link | issue26765 messages |
| 2016-05-05 06:57:36 | serhiy.storchaka | create | |