New submission from Kevin Smith:

I am getting a segmentation fault in the interpreter when trying to tab 
complete options for a module.  I am running python 3.4.2 on Arch Linux.

Python 3.4.2 (default, Oct  8 2014, 13:44:52) 
[GCC 4.9.1 20140903 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sfml as sf
>>> t = sf.Texture.from_file ("sprites.png")
>>> s = sf.Sprite (t)
>>> s.Segmentation fault

When I type "s." then push tab to complete available options the interpreter 
segfaults.  This is with python-sfml-1.3-4 from the Arch repositories.  Tab 
completion for built-in types seems to work fine.

----------
messages: 231520
nosy: FazJaxton
priority: normal
severity: normal
status: open
title: Interpreter segfault on attempted tab complete
type: crash
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22916>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to