diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-04 14:26:56 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-04 14:26:56 +0000 |
commit | 6477350b53e0a5939e94799e06b05b792c5cde09 (patch) | |
tree | 86ba874db99c818142855fe2628adbdb0bee640e | |
parent | f4e2ccf3b3191a796b0b8631f686363b3b97dcce (diff) | |
download | cpython-git-6477350b53e0a5939e94799e06b05b792c5cde09.tar.gz |
Add NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ Core and builtins Library ------- +- Issue #3762: platform.architecture() fails if python is lanched via + its symbolic link. + - Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python api functions without holding the GIL, which could lead to a fatal error when they failed. |