diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2019-12-07 11:23:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 11:23:21 (GMT) |
commit | 969ae7aca809a8dacafee04c261110eea0ac1945 (patch) | |
tree | 80a150dd627ca4aa61025f21146d50d7a90b3de8 /Misc | |
parent | 7ddcd0caa4c2e6b43265df144f59c5aa508a94f2 (diff) | |
download | cpython-969ae7aca809a8dacafee04c261110eea0ac1945.zip cpython-969ae7aca809a8dacafee04c261110eea0ac1945.tar.gz cpython-969ae7aca809a8dacafee04c261110eea0ac1945.tar.bz2 |
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-12-06-15-11-42.bpo-38986.bg6iZt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-06-15-11-42.bpo-38986.bg6iZt.rst b/Misc/NEWS.d/next/Library/2019-12-06-15-11-42.bpo-38986.bg6iZt.rst new file mode 100644 index 0000000..7775352 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-12-06-15-11-42.bpo-38986.bg6iZt.rst @@ -0,0 +1,2 @@ +Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python +version. |