[issue32125] Remove global configuration variable Py_UseClassExceptionsFlag

2017-11-24 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32125] Remove global configuration variable Py_UseClassExceptionsFlag

2017-11-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset da9c8c36aeb60ad8f7748a735c372bf993d2e4f3 by Victor Stinner in branch 'master': bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) https://github.com/python/cpython/commit/da9c8c36aeb60ad8f7748a735c372bf993d2e4f3

[issue32125] Remove global configuration variable Py_UseClassExceptionsFlag

2017-11-24 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +4479 stage: -> patch review ___ Python tracker ___

[issue32125] Remove global configuration variable Py_UseClassExceptionsFlag

2017-11-24 Thread STINNER Victor
New submission from STINNER Victor : The Py_UseClassExceptionsFlag flag was added by the commit 035574d755bfc306704e9975dc10e4e05a47b3bb. The commit 757af0e7bb7c7d56670fbc84f1f5b0182a54e3d5 started to use this flag: + /* if Python was started with -X,