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 ned.deily
Recipients ned.deily, ronaldoussoren, wuwentao
Date 2019-05-15.14:01:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557928881.16.0.961951727883.issue36925@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report but I am unable to reproduce the behavior you describe on another v10.14.5 system using any of the current python.org 3.7.3 macOS python binary, a built-from-source 3.7.3+, or a MacPorts 3.7.3 with either libedit or GNU readline.  First, I would check to check what the command "python3" really does.  In a new terminal window, I would expect something like:

$ type python3
python3 is /usr/local/bin/python3

Also check for any Python-related environment variables:

$ env | grep PYTHON

Since you appear to be using a Homebrew-installed python3.7, I would check the Homebrew forums and issue tracker for similar reports. You could also try reinstalling the Homebrew python3.
History
Date User Action Args
2019-05-15 14:01:21ned.deilysetrecipients: + ned.deily, ronaldoussoren, wuwentao
2019-05-15 14:01:21ned.deilysetmessageid: <1557928881.16.0.961951727883.issue36925@roundup.psfhosted.org>
2019-05-15 14:01:21ned.deilylinkissue36925 messages
2019-05-15 14:01:20ned.deilycreate