This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients pablogsal, serhiy.storchaka, vstinner, xiang.zhang
Date 2018-06-13.05:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528869417.07.0.947875510639.issue33630@psf.upfronthosting.co.za>
In-reply-to
Content
I encounter the same failure when running test_posix suite with a debug build Python. 

[root@SZX1000328166 cpython]# ./python -m test test_posix
Run tests sequentially
0:00:00 load avg: 0.91 [1/1] test_posix
Warning -- files was modified by test_posix
  Before: []
  After:  ['\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcdb\udcf0\udcd3B\udcb4\udc8b\x7f']
test test_posix failed -- multiple errors occurred; run in verbose mode for details
test_posix failed

== Tests result: FAILURE ==

1 test failed:
    test_posix

Total duration: 459 ms
Tests result: FAILURE

Believe it or not, when I comment out the `Py_DECREF(path)`, the failure goes away.
History
Date User Action Args
2018-06-13 05:56:57xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka, pablogsal
2018-06-13 05:56:57xiang.zhangsetmessageid: <1528869417.07.0.947875510639.issue33630@psf.upfronthosting.co.za>
2018-06-13 05:56:57xiang.zhanglinkissue33630 messages
2018-06-13 05:56:56xiang.zhangcreate