diff options
author | Larry Hastings <larry@hastings.org> | 2013-08-08 07:19:50 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-08-08 07:19:50 (GMT) |
commit | a27b83ad2d3480ba7c20286d719025ef32100f75 (patch) | |
tree | 6e6849505b4c796e8a50bbbdeb9744d76a64f33e /Misc | |
parent | 7533137f4e1c78fda6041175f220bf1f77ee95a5 (diff) | |
download | cpython-a27b83ad2d3480ba7c20286d719025ef32100f75.zip cpython-a27b83ad2d3480ba7c20286d719025ef32100f75.tar.gz cpython-a27b83ad2d3480ba7c20286d719025ef32100f75.tar.bz2 |
Issue #15301: Parsing fd, uid, and gid parameters for builtins
in Modules/posixmodule.c is now far more robust.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,8 +10,11 @@ Projected Release date: 2013-09-08 Core and Builtins ----------------- +- Issue #15301: Parsing fd, uid, and gid parameters for builtins + in Modules/posixmodule.c is now far more robust. + - Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() - fail + fail. - Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. |