[New-bugs-announce] [issue22856] Function Summons

shayan report at bugs.python.org
Wed Nov 12 18:30:32 CET 2014


New submission from shayan:

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

----------
components: Build
files: bug.py
messages: 231084
nosy: SH4Y4N
priority: normal
severity: normal
status: open
title: Function Summons
versions: Python 2.7
Added file: http://bugs.python.org/file37186/bug.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22856>
_______________________________________


More information about the New-bugs-announce mailing list