[Python-ideas] Issue with sys.exit and a long

Rob Cliffe rob.cliffe at btinternet.com
Fri Apr 24 13:25:25 CEST 2015


On 23/04/2015 19:52, Ryan Gonzalez wrote:
> Observe:
>
> ryan at DevPC-LX:~/bfort$ python -c 'import sys; sys.exit(1)'
> ryan at DevPC-LX:~/bfort$ python -c 'import sys; sys.exit(1L)'
> 1
> ryan at 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.
> http://kirbyfan64.github.io/
>
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at 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 <http://www.avg.com>
> Version: 2014.0.4800 / Virus Database: 4311/9607 - Release Date: 04/23/15
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150424/c2da81fa/attachment.html>


More information about the Python-ideas mailing list