Skip to content

Commit c478d94

Browse files
committed
Remove extra pop
1 parent 21e81dd commit c478d94

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Include/object.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ struct _object {
142142
#endif
143143
_Py_ALIGNED_DEF(_PyObject_MIN_ALIGNMENT, char) _aligner;
144144
};
145-
#ifdef _MSC_VER
146-
__pragma(warning(pop))
147-
#endif
148145

149146
PyTypeObject *ob_type;
150147
};

0 commit comments

Comments
 (0)