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: mingw: export _PyNode_SizeOf as PyAPI for parser module
Type: behavior Stage: resolved
Components: Extension Modules, Interpreter Core Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: python-dev, rpetrov, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2013-08-02 19:38 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0019-MINGW-export-_PyNode_SizeOf-as-PyAPI-for-parser-modu.patch rpetrov, 2013-08-02 19:38
Messages (4)
msg194201 - (view) Author: Roumen Petrov (rpetrov) * Date: 2013-08-02 19:38
Split of issue3871 - build core modules.
msg231325 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-11-18 15:07
LGTM.
msg231326 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-11-18 15:37
New changeset eb25629d2a46 by Serhiy Storchaka in branch '2.7':
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
https://hg.python.org/cpython/rev/eb25629d2a46

New changeset ab3e8aab7119 by Serhiy Storchaka in branch '3.4':
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
https://hg.python.org/cpython/rev/ab3e8aab7119

New changeset 0f663e0ce1d3 by Serhiy Storchaka in branch 'default':
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
https://hg.python.org/cpython/rev/0f663e0ce1d3
msg231327 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-11-18 16:06
Definitely this was a bug. Thank you Roumen for your patch.
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62837
2014-11-18 16:07:08serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: commit review -> resolved
2014-11-18 16:06:44serhiy.storchakasetmessages: + msg231327
2014-11-18 15:37:43python-devsetnosy: + python-dev
messages: + msg231326
2014-11-18 15:07:49serhiy.storchakasetassignee: serhiy.storchaka
type: enhancement -> behavior
versions: + Python 2.7, Python 3.5
nosy: + serhiy.storchaka

messages: + msg231325
stage: commit review
2013-08-02 19:38:29rpetrovcreate