commit | dcdd05b0b4c23da0eb39d3b29d40f8865b6b73ee | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Nov 01 00:55:30 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Nov 01 00:55:30 2013 +0100 |
tree | fa2fef4ac1c4523ce295bf7e7f24bc99777f7e28 | |
parent | 6ec518bd8efd991412009392eefca8ef091198a3 [diff] |
Close #19442: warn_explicit() does nothing when called late during Python shutdown After more tests, I now think that it is the safest option.