[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset f2c3b6823bc4777d4a14eb0c3615b719521f763a by Victor Stinner in branch 'master': Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) https://github.com/python/cpython/commit/f2c3b6823bc4777d4a14eb0c3615b719521f763

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread Dong-hee Na
Dong-hee Na added the comment: The issue is now fixed. The PR was tested by me and Victor. Thanks for the suggestion and review Victor! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset fa0a66e62d087765dbc5c1b89d6149a23ecfb0a6 by Dong-hee Na in branch 'master': bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) https://github.com/python/cpython/commit/fa0a66e62d087765dbc5c1b89d6149a23ecfb0a6 --

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +19376 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20069 ___ Python tracker ___

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-13 Thread STINNER Victor
STINNER Victor added the comment: The two functions are only used in assertions. They should be surrounded by "#ifndef NDEBUG (...) #endif". -- ___ Python tracker ___ ___

[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

2020-05-12 Thread Dong-hee Na
Change by Dong-hee Na : -- title: gcc 10 emits error for unused function: _xxsubinterpretersmodule -> gcc 10 emits warning for unused function: _xxsubinterpretersmodule ___ Python tracker ___