This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davide.rizzo
Recipients davide.rizzo, ezio.melotti, neologix, sdaoden, vstinner
Date 2011-03-23.14:31:49
SpamBayes Score 2.8846744e-06
Marked as misclassified No
Message-id <1300890710.03.0.326834825998.issue11650@psf.upfronthosting.co.za>
In-reply-to
Content
davide@macrisorto ~/cpython $ ./python.exe 
Python 3.3a0 (default:4a5782a2b074, Mar 23 2011, 15:26:35) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
[1]+  Stopped                 ./python.exe
davide@macrisorto ~/cpython $ fg
./python.exe

davide@macrisorto ~/cpython $ 


----

System Python on OS X 10.6.6:


davide@macrisorto ~/py2.6 $ python
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 
[1]+  Stopped                 python
davide@macrisorto ~/py2.6 $ fg
python

>>> 
>>> ^D
davide@macrisorto ~/py2.6 $ 

(works as expected)


------

Python 2.6.6 from hg:

davide@macrisorto ~/py2.6 $ ./python.exe 
Python 2.6.6+ (unknown, Mar 23 2011, 15:19:22) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
[1]+  Stopped                 ./python.exe
davide@macrisorto ~/py2.6 $ fg
./python.exe

[38594 refs]
[16875 refs]
davide@macrisorto ~/py2.6 $

(same behavior as first post)
History
Date User Action Args
2011-03-23 14:31:50davide.rizzosetrecipients: + davide.rizzo, vstinner, ezio.melotti, neologix, sdaoden
2011-03-23 14:31:50davide.rizzosetmessageid: <1300890710.03.0.326834825998.issue11650@psf.upfronthosting.co.za>
2011-03-23 14:31:49davide.rizzolinkissue11650 messages
2011-03-23 14:31:49davide.rizzocreate