The bug tracker would be a good place for this. :-)

On Thu, Apr 23, 2015 at 11:52 AM, Ryan Gonzalez <rymg19@gmail.com> wrote:
Observe:

ryan@DevPC-LX:~/bfort$ python -c 'import sys; sys.exit(1)'
ryan@DevPC-LX:~/bfort$ python -c 'import sys; sys.exit(1L)'
1
ryan@DevPC-LX:~/bfort$ 

If I call sys.exit with a long value under Python 2, it prints it. I count this as a bug because:

1. int and long are supposed to be as similar as possible.
2. When you're using Hy (which implicitly makes all ints longs), this sucks.

--
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong.

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/



--
--Guido van Rossum (python.org/~guido)