This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:13pitrousetrecipients: + pitrou, rhettinger, jcea, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte
2011-12-11 19:59:13pitrousetmessageid: <1323633553.41.0.501448963617.issue13521@psf.upfronthosting.co.za>
2011-12-11 19:59:12pitroulinkissue13521 messages
2011-12-11 19:59:12pitroucreate