Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
johanliu committed May 20, 2017
commit 3e1d50f25839a248423ee5f6a633f4b5d474d85c
1 change: 0 additions & 1 deletion Modules/_struct.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,6 @@ s_pack_into(PyObject *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames

/* Check boundaries */
if ((buffer.len - offset) < soself->s_size) {

assert(offset >= 0);
assert(soself->s_size >= 0);

Expand Down