https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384

--- Comment #9 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Victor Stinner from comment #7)
> 
> And it's implemented as:
> 
> void
> _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg,
>                        const char *file, int line, const char *function)
> {
>    ...
> }

Can you also attach the preprocessed source file that -save-temps also created?

Reply via email to