On 23/04/2015 19:52, Ryan Gonzalez 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.

Yes the same happens from the [2.7.3] interpreter if you exit from it with
import sys; sys.exit(0L)
--
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/


No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4800 / Virus Database: 4311/9607 - Release Date: 04/23/15