diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-10 22:22:30 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-10 22:22:30 (GMT) |
commit | 584e815114b3e1862c510df6a2ccc9d9957eedc0 (patch) | |
tree | e736483aeec45c35a316a8cae1e63c3cd14e8d07 /Misc | |
parent | b723a12c044bcaf499a74786f478f1756a94e8e0 (diff) | |
download | cpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.zip cpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.tar.gz cpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.tar.bz2 |
Fix refcounting issue with extension types in tkinter.
(issue #15721)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Fix refcounting issue with extension types in tkinter. + - Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error if methods have annotations; it now correctly displays the annotations. |