[issue32264] move pygetopt.h into internal/

2018-11-12 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9747 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32264] move pygetopt.h into internal/

2017-12-17 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 4c72bc4a38eced10a55ba7071e084b26a2b5ed4b by Benjamin Peterson in branch 'master': add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909) https://github.com/python/cpython/commit/4c72bc4a38eced10a55ba7071e084b26a2b5ed4b --

[issue32264] move pygetopt.h into internal/

2017-12-17 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +4803 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue32264] move pygetopt.h into internal/

2017-12-17 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks the report and debugging. You're exactly right—I forgot to add extern. -- ___ Python tracker ___ ___

[issue32264] move pygetopt.h into internal/

2017-12-16 Thread David Bolen
David Bolen added the comment: After some further testing, it does not appear to be configure related but something environmental (maybe MACOSX_DEPLOYMENT_TARGET) - using the same configure options manually as build-installer seems ok. For what it's worth, since there do appear to be duplicat

[issue32264] move pygetopt.h into internal/

2017-12-16 Thread David Bolen
David Bolen added the comment: This commit appears to have broken OSX installer builds using the build-installer.py script (as in the last two attempts on the bolen-dmg-3.x builder), confirmed with a bisection from the first failing worker build (covering the range 02a0a19..3327a2d) It fails

[issue32264] move pygetopt.h into internal/

2017-12-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset e425bd75177ffb7f098bdb0618b4a5ba3211fe52 by Benjamin Peterson in branch 'master': move pygetopt.h to internal (closes bpo-32264) (#4830) https://github.com/python/cpython/commit/e425bd75177ffb7f098bdb0618b4a5ba3211fe52 -- resolution:

[issue32264] move pygetopt.h into internal/

2017-12-12 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +4722 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32264] move pygetopt.h into internal/

2017-12-09 Thread Benjamin Peterson
New submission from Benjamin Peterson : This header has no public functions. It shouldn't be distributed. -- components: Interpreter Core messages: 307925 nosy: benjamin.peterson priority: normal severity: normal status: open title: move pygetopt.h into internal/ type: enhancement versio