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.

classification
Title: bpython
Type: behavior Stage:
Components: Versions: Python 3.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Trundle, ravish112
Priority: normal Keywords:

Created on 2011-06-09 12:10 by ravish112, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg137956 - (view) Author: Ravish (ravish112) Date: 2011-06-09 12:10
I was trying to install bpython v0.9.7.1(latest version) on python 2.6.5, it works fine.

But If i try to install on python v3.2 it's behaviour is quite abnormal.

i.e if I  run(bpython) from command prompt, I could able to see the fancy window, but If I try to type something immediately it will show as
"Segmentation fault".

Could you please provide me some suggestion for the above issue.

Thanks,
msg137962 - (view) Author: Andreas Stührk (Trundle) * Date: 2011-06-09 12:27
This issue tracker is for reporting issues about Python itself. Issues concerning third-party projects should go to the respective issue tracker of the project first (in this case https://bitbucket.org/bobf/bpython/issues).

This specific issue is caused by issue #9319 and is already fixed. The fix will be included in the next release of Python 3.2. Also, a workaround was added to bpython which will be included in the next release of bpython.
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56501
2011-06-09 12:31:26amaury.forgeotdarcsetstatus: open -> closed
resolution: out of date
2011-06-09 12:27:57Trundlesetnosy: + Trundle
messages: + msg137962
2011-06-09 12:10:25ravish112create