[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 137b0632dccb992ca11e9445142fb33a29c33a51 by Pablo Galindo in branch 'master': bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913) https://github.com/python/cpython/commit/137b0632dccb992ca11e9445142fb33a29c33a51

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I opened PR 9913 to fix it ;) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +9271 stage: -> patch review ___ Python tracker ___ ___

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread STINNER Victor
STINNER Victor added the comment: I suggest to revert the change if you fails to fix it quickly. -- ___ Python tracker ___ ___

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Bisecting shows that 18fb1fb943b7dbd7f8a76017ee2a67ef13effb85 is the possible culprit. -- ___ Python tracker ___

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I'm working on this issue. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34997] test.test_logging.ConfigDictTest.test_out_of_order fails in x86 Gentoo Refleaks 3.x

2018-10-16 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : When running the test_logging with the huntleaks option (-R), test_out_of_order fails: == FAIL: test_out_of_order (test.test_logging.ConfigDictTest)