diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-03 08:22:56 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-03 08:22:56 (GMT) |
commit | 65ec61ed06d7b28da05fa834c65ffa7c13005d2b (patch) | |
tree | 009b2d4b93e911214dc6c10da8902800de49eff3 /Misc | |
parent | 50a225285179e3ddb6729fef83826f294b660823 (diff) | |
download | cpython-65ec61ed06d7b28da05fa834c65ffa7c13005d2b.zip cpython-65ec61ed06d7b28da05fa834c65ffa7c13005d2b.tar.gz cpython-65ec61ed06d7b28da05fa834c65ffa7c13005d2b.tar.bz2 |
Fixed #6403 : package path usage for build_ext
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -347,6 +347,8 @@ Core and Builtins Library ------- +- Issue #6403: Fixed package path usage in build_ext. + - Issues #5155, 5313, 5331: multiprocessing.Process._bootstrap was unconditionally calling "os.close(sys.stdin.fileno())" resulting in file descriptor errors |