[New-bugs-announce] [issue36592] is behave different for integers in 3.6 and 3.7

Geraldo Xexeo report at bugs.python.org
Wed Apr 10 19:55:24 EDT 2019


New submission from Geraldo Xexeo <gxexeo at gmail.com>:

# When you run the program:
a,b=300,300
print(a is b)
#you get different results in 3.6 (True) and 3.7 (False)

----------
components: Interpreter Core
files: testisbehavior.py
messages: 339900
nosy: Geraldo.Xexeo
priority: normal
severity: normal
status: open
title: is behave different for integers in 3.6 and 3.7
versions: Python 3.6, Python 3.7
Added file: https://bugs.python.org/file48259/testisbehavior.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36592>
_______________________________________


More information about the New-bugs-announce mailing list