diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-05-28 19:32:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 19:32:05 (GMT) |
commit | e97ba4c690613d734843db218aeedce2f0e5937f (patch) | |
tree | 14271b85341adbd8876042be50b79c69fdc98184 /Misc | |
parent | c6c05d0e69cd5a7d0205019c29a1236b7bf3f5b9 (diff) | |
download | cpython-e97ba4c690613d734843db218aeedce2f0e5937f.zip cpython-e97ba4c690613d734843db218aeedce2f0e5937f.tar.gz cpython-e97ba4c690613d734843db218aeedce2f0e5937f.tar.bz2 |
bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-05-28-11-40-22.bpo-33614.28e0sE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-05-28-11-40-22.bpo-33614.28e0sE.rst b/Misc/NEWS.d/next/Build/2018-05-28-11-40-22.bpo-33614.28e0sE.rst new file mode 100644 index 0000000..9091c28 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-05-28-11-40-22.bpo-33614.28e0sE.rst @@ -0,0 +1,2 @@ +Ensures module definition files for the stable ABI on Windows are correctly +regenerated. |