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 vstinner
Recipients amaury.forgeotdarc, belopolsky, neologix, python-dev, rhettinger, tim.peters, vstinner
Date 2013-11-21.12:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385035767.66.0.683015377381.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I just realized _Py_slist_init(), _Py_slist_prepend(), and _Py_slist_remove() functions are currently private (static in hashtable.c). These functions should be declared in hashtable.h if _Py_slist API is reused.
History
Date User Action Args
2013-11-21 12:09:27vstinnersetrecipients: + vstinner, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, neologix, python-dev
2013-11-21 12:09:27vstinnersetmessageid: <1385035767.66.0.683015377381.issue18874@psf.upfronthosting.co.za>
2013-11-21 12:09:27vstinnerlinkissue18874 messages
2013-11-21 12:09:27vstinnercreate