diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-19 09:11:25 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-07-19 09:11:25 (GMT) |
commit | 138d080a28431a3437601e3297e7fe5d39edb574 (patch) | |
tree | 417c87d98c5ec9ef492b53a21fdf145e8b56bcbb /Misc | |
parent | 45e90394e728d94c0840010d4b47803456539d09 (diff) | |
download | cpython-138d080a28431a3437601e3297e7fe5d39edb574.zip cpython-138d080a28431a3437601e3297e7fe5d39edb574.tar.gz cpython-138d080a28431a3437601e3297e7fe5d39edb574.tar.bz2 |
#18480: Add missing PyType_Ready call to _elementtree extension
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Issue #18480: Add missing call to PyType_Ready to the _elementtree extension. + - Issue #17778: Fix test discovery for test_multiprocessing. (Patch by Zachary Ware.) |