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.

classification
Title: typo in hashtable API: _PY_HASHTABLE_ENTRY_DATA -> _Py_HASHTABLE_ENTRY_DATA
Type: behavior Stage: needs patch
Components: Extension Modules Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vstinner Nosy List: neologix, python-dev, vstinner
Priority: normal Keywords:

Created on 2014-03-23 12:30 by neologix, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg214570 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2014-03-23 12:30
The title says it all: in Modules/hashtable.c, the macro name is _PY_HASHTABLE_ENTRY_DATA instead of _Py_HASHTABLE_ENTRY_DATA.

Should this be fixed in 3.4?
msg214736 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-24 21:36
New changeset 2bbda947a5b3 by Victor Stinner in branch '3.4':
Issue #21036: Fix typo in macro name
http://hg.python.org/cpython/rev/2bbda947a5b3

New changeset 0251614e853d by Victor Stinner in branch 'default':
(Merge 3.4) Issue #21036: Fix typo in macro name
http://hg.python.org/cpython/rev/0251614e853d
msg214740 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-24 21:46
Thanks for the report Charles-François.
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65235
2014-03-24 21:46:35vstinnersetmessages: + msg214740
2014-03-24 21:46:21vstinnersetstatus: open -> closed
resolution: fixed
2014-03-24 21:36:15python-devsetnosy: + python-dev
messages: + msg214736
2014-03-23 15:49:01pitrousetassignee: vstinner
versions: + Python 3.4, Python 3.5
2014-03-23 12:30:39neologixcreate