commit | 62183b8d6d49e59c6a98bbdaa65b7ea1415abb7f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Apr 15 02:04:42 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 15 02:04:42 2020 +0200 |
tree | 6fe82dd9494ae4de5041b16e18816973904d110b | |
parent | d01628e411752ee6849f862cae66a1c69fe512b7 [diff] |
bpo-40268: Remove explicit pythread.h includes (#19529) Remove explicit pythread.h includes: it is always included by Python.h.