This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SH4Y4N
Recipients SH4Y4N
Date 2014-11-12.17:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415813432.04.0.821666971594.issue22856@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Everybody...
I'm SH4Y4N From Ashiyane Digital Security Team....
I found the Bug "Function Summons" From Python 2.7...
When You Try To  Summons some Function It's Regular...
But What Happend When You're Calling two Function Simultaneous?
Your 2 Functions Run But the thing is that It contain some Error...
That's Strange To Run Some Code Within Some Traceback Error....
I Could Take You SOme Tips To Prevent this Action...
=-=-=-=
def Ashiyane():
  print 'Ashiyane Digital Security Team'

def Shayan():
  print "Bug Hunter For Ever"

print Shayan()+Ashiyane()

Show :
Bug Hunter For Ever
Ashiyane Digital Security Team

Traceback (most recent call last):
  File "<pyshell#11>", line 1, in <module>
    k()+h()
TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'
=-=-=-=
You See The result....
=-=-=-=
Special Tnx To : Angel--D3m0n , C4T , MR.CICILI
History
Date User Action Args
2014-11-12 17:30:32SH4Y4Nsetrecipients: + SH4Y4N
2014-11-12 17:30:32SH4Y4Nsetmessageid: <1415813432.04.0.821666971594.issue22856@psf.upfronthosting.co.za>
2014-11-12 17:30:31SH4Y4Nlinkissue22856 messages
2014-11-12 17:30:31SH4Y4Ncreate