[pythran] Failing test case: recursive attribute failing test case

  • From: serge Guelton <serge.guelton@xxxxxxxxxxxxxxxx>
  • To: Merlini Adrien <adrien.merlini@xxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 22 Nov 2012 14:13:38 +0100

Pythran fails to analyse the following test case correctly. Seems
related to bad recursion + bad assert, but I let you handle this...
You're in charge!
-- 
serge
#pythran export test()
def test():
    print { 1,2,3}.union({1,2}).union({5})

Other related posts:

  • » [pythran] Failing test case: recursive attribute failing test case - serge Guelton