diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 07:58:35 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 07:58:35 (GMT) |
commit | 6e723d2d11c9a154c301a231788981a9b087aec5 (patch) | |
tree | 614e436f74dcc758e47d9084b23608e453c582ba /Misc | |
parent | 395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff) | |
download | cpython-6e723d2d11c9a154c301a231788981a9b087aec5.zip cpython-6e723d2d11c9a154c301a231788981a9b087aec5.tar.gz cpython-6e723d2d11c9a154c301a231788981a9b087aec5.tar.bz2 |
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Based on suggestion by Eryk Sun.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ Core and Builtins Library ------- +- Issue #25659: In ctypes, prevent a crash calling the from_buffer() and + from_buffer_copy() methods on abstract classes like Array. + - Issue #28732: Fix crash in os.spawnv() with no elements in args - Issue #28485: Always raise ValueError for negative |