[issue28413] unprefixed global symbol freegrammar

2016-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 032d807039b9 by Benjamin Peterson in branch '3.6': prefix freegrammar (closes #28413) https://hg.python.org/cpython/rev/032d807039b9 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed __

[issue28413] unprefixed global symbol freegrammar

2016-10-10 Thread Matthias Klose
New submission from Matthias Klose: changeset 103932 introduced an unprefixed global symbol freegrammar. Please make it local, or prefix it with _Py_. -- messages: 278463 nosy: benjamin.peterson, doko priority: normal severity: normal stage: needs patch status: open title: unprefixed gl