[issue20286] Segfault when using internal DictProxy

2014-01-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: s/rettype/restype/ and don't use the internal function _PyObj_FromPointer. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker

[issue20286] Segfault when using internal DictProxy

2014-01-16 Thread Vajrasky Kok
Vajrasky Kok added the comment: It happens on Python 3.3 and 3.4 as well. Tested on Fedora 20. -- nosy: +vajrasky versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___

[issue20286] Segfault when using internal DictProxy

2014-01-16 Thread Ali Ebrahim
Changes by Ali Ebrahim : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue20286] Segfault when using internal DictProxy

2014-01-16 Thread Ali Ebrahim
New submission from Ali Ebrahim: Demonstration in this gist: https://gist.github.com/aebrahim/840 Crash info in this gist: https://gist.github.com/aebrahim/8466749 The code runs without issue on Ubuntu 12.04 (Python 2.7.3), and Windows 7 (Python 2.7.6). It also ran fine on MacOS X 10.8 (Py