Project

General

Profile

« Previous | Next » 

Revision 59318572

Added by nobu (Nobuyoshi Nakada) over 6 years ago

Fix dangling path name from fstring

  • parse.y (yycompile): make sure in advance that the __FILE__
    object shares a fstring, to get rid of dangling path name.
    Fixed up 53e9908d8afc7f03109b0aafd1698ab35f512b05. [Bug #16041]

  • vm_eval.c (eval_make_iseq): ditto.