Skip to content

Commit

Permalink
Update Python/bltinmodule.c
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Eendebak <[email protected]>
  • Loading branch information
nineteendo and eendebakpt authored Oct 31, 2024
1 parent e74c3ff commit bf7f350
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Python/bltinmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1536,9 +1536,6 @@ map_setstate(mapobject *lz, PyObject *state)
{
// For now we keep things strict, rather than using PyObject_IsTrue().
int strict = state == Py_True;
if (strict < 0) {
return NULL;
}
lz->strict = strict;
Py_RETURN_NONE;
}
Expand Down

0 comments on commit bf7f350

Please sign in to comment.