[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Tue, Nov 5, 2019, at 03:12, STINNER Victor wrote: > > STINNER Victor added the comment: > > > closes bpo-37633: Reëxport some function compatibility wrappers for macros > > in ``pythonrun.h``. (GH-17056) > > Aha, finally more diversity of languages

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-05 Thread STINNER Victor
STINNER Victor added the comment: > closes bpo-37633: Reëxport some function compatibility wrappers for macros in > ``pythonrun.h``. (GH-17056) Aha, finally more diversity of languages in commit messages! :-D -- ___ Python tracker

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-04 Thread miss-islington
miss-islington added the comment: New changeset 4c22e1665c4d8e8fa31bd7aa7b403480d9be5ce2 by Miss Islington (bot) in branch '3.8': closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056)

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16568 pull_request: https://github.com/python/cpython/pull/17057 ___ Python tracker ___

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 62161ce989d7d4fe2b0e6899a54da20feeddc798 by Benjamin Peterson in branch 'master': closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056)

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-04 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +16567 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17056 ___ Python tracker

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-11-04 Thread Brett Cannon
Brett Cannon added the comment: I've flagged this as a release blocker so the Release Manager can make a call about whether this should hold up future releases. -- nosy: +brett.cannon priority: normal -> release blocker ___ Python tracker

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-10-15 Thread Ned Deily
Change by Ned Deily : -- keywords: +3.8regression nosy: +lukasz.langa versions: +Python 3.9 ___ Python tracker ___ ___

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-10-15 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-10-15 Thread Arnaud Diederen
Arnaud Diederen added the comment: Python 3.8 was released yesterday, but this issue was unfortunately not addressed, making it as an embedded runtime. Are there plans to fix this for a minor 3.8 release? Thanks! -- nosy: +Arnaud Diederen ___

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-08-21 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-08-07 Thread Ashwin Ramaswami
Ashwin Ramaswami added the comment: I can take this up. -- nosy: +epicfaace ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-07-20 Thread PyScripter
PyScripter added the comment: Py_CompileStringFlags is not exported either. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-07-19 Thread PyScripter
New submission from PyScripter : Py_CompileString and PyParser_SimpleParseString and possibly other related functions are not exported in Python 3.8 b2 DLL. This is unintentional, not documented and unnecessarily breaks backward compatibility. Issue 37189 was similar and related to