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 motteneder
Recipients facundobatista, motteneder
Date 2008-02-26.14:31:42
SpamBayes Score 0.0018908243
Marked as misclassified No
Message-id <1204036303.8.0.0938010984565.issue2173@psf.upfronthosting.co.za>
In-reply-to
Content
On my system I get different results. The error message is everything
but useful.
My Output:
gcc  -u _PyMac_Error -o python.exe \
			Modules/python.o \
			libpython3.0.a -ldl      
make: *** [sharedmods] Error 1
Tinuviel:py3k mc$ ./python.exe 
Python 3.0a2+ (py3k:61071, Feb 26 2008, 14:50:42) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("hello")
>>> exit()
>>> exit()
>>> dfklasjd
>>> 

Locales:
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
History
Date User Action Args
2008-02-26 14:31:43mottenedersetspambayes_score: 0.00189082 -> 0.0018908243
recipients: + motteneder, facundobatista
2008-02-26 14:31:43mottenedersetspambayes_score: 0.00189082 -> 0.00189082
messageid: <1204036303.8.0.0938010984565.issue2173@psf.upfronthosting.co.za>
2008-02-26 14:31:43mottenederlinkissue2173 messages
2008-02-26 14:31:43mottenedercreate