Message173749
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, serhiy.storchaka, vstinner |
| Date | 2012-10-25.09:29:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1351157379.02.0.714048258846.issue16321@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The Objects/stringlib directory used for "templates" which instantiates for specified bytes or unicode kinds. Objects/stringlib/eq.h has no relation to this "templates" and should be moved out (as Objects/unicode_eq.h for example). Also it should be removed from Include/Python.h. It used only in Objects/dictobject.c and Objects/setobject.c, and included there directly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-10-25 09:29:39 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti |
| 2012-10-25 09:29:39 | serhiy.storchaka | set | messageid: <1351157379.02.0.714048258846.issue16321@psf.upfronthosting.co.za> |
| 2012-10-25 09:29:38 | serhiy.storchaka | link | issue16321 messages |
| 2012-10-25 09:29:38 | serhiy.storchaka | create | |