]> granicus.if.org Git - python/commit
Fix for line events in the case:
authorArmin Rigo <arigo@tunes.org>
Mon, 22 Mar 2004 17:52:53 +0000 (17:52 +0000)
committerArmin Rigo <arigo@tunes.org>
Mon, 22 Mar 2004 17:52:53 +0000 (17:52 +0000)
commit80d937e986300d8e0cae93cb29bcb4211a65f92c
tree45bbeaf3cccceaab818fab7bd6e610b640e9acbc
parent77d9a3effa21b8987ceac26d67ad676e1c5afb49
Fix for line events in the case:
  def f(a):
    if a:
      print 5
    else:
      pass
Python/compile.c