[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset ffc106c596d87e6e41bf9a3b69a5943317914afd by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620)

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 5241ecff161ccf34083b6a824d1ae6d79917d889 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620) (GH-11269)

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread miss-islington
miss-islington added the comment: New changeset d1e717588728a23d576c4ead775f7dbd68149696 by Miss Islington (bot) in branch '3.7': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620) https://github.com/python/cpython/commit/d1e717588728a23d576c4ead775f7dbd68149696

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +10504 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +10505 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3e8f962e63c2f929604443531a9a3aced242f3e8 by Serhiy Storchaka (Arthur Neufeld) in branch 'master': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620)

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-11-24 Thread Martin Panter
Martin Panter added the comment: I added the Py_FinalizeEx API in Issue 5319, but was relying on input from others about dealing with Py_LIMITED_API. After reading the documentation , I now see that the function would be considered part of the

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-11-20 Thread Arthur Neufeld
Change by Arthur Neufeld : -- keywords: +patch pull_requests: +9868 stage: -> patch review ___ Python tracker ___ ___

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-11-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-11-15 Thread Arthur Neufeld
New submission from Arthur Neufeld : In application compiled with #define Py_LIMITED_API 0x0304 this method was used Py_FinalizeEx() Tested application with: SET PATH=...;C:\Program Files\Python35 APPLICATION.EXE Result: Entry Point Not Found (X) The procedure entry point