Message149247
| Author | pitrou |
|---|---|
| Recipients | Ramchandra Apte, eric.araujo, gruszczy, jcea, jcon, meador.inge, pitrou, rhettinger |
| Date | 2011-12-11.19:59:12 |
| SpamBayes Score | 0.001259613 |
| Marked as misclassified | No |
| Message-id | <1323633553.41.0.501448963617.issue13521@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If _PyDict_SetItemUsingHash is module-private, it should be declared "static". Also, better if it follows the usual naming of static functions inside that C file (i.e. "dict_some_lowercase_name"). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-11 19:59:13 | pitrou | set | recipients: + pitrou, rhettinger, jcea, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte |
| 2011-12-11 19:59:13 | pitrou | set | messageid: <1323633553.41.0.501448963617.issue13521@psf.upfronthosting.co.za> |
| 2011-12-11 19:59:12 | pitrou | link | issue13521 messages |
| 2011-12-11 19:59:12 | pitrou | create | |