Message282420
I have been able to test the example without a segmentation fault.
$ python3.5
Python 3.5.2 (default, Nov 17 2016, 10:45:58) [C] on aix7
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
>>> from curses import panel
>>> def mkpanel(scr):
... win = curses.newwin(8,8,1,1)
... pan = panel.new_panel(win)
...
>>> curses.wrapper(mkpanel)
>>> |
|
Date |
User |
Action |
Args |
2016-12-05 14:03:48 | ericvw | set | recipients:
+ ericvw, docs@python, David.Edelsohn, Michael.Felt, mdk |
2016-12-05 14:03:48 | ericvw | set | messageid: <1480946628.56.0.587780857837.issue28845@psf.upfronthosting.co.za> |
2016-12-05 14:03:48 | ericvw | link | issue28845 messages |
2016-12-05 14:03:48 | ericvw | create | |
|