[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2016-05-08 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
stage:  -> resolved

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2016-05-08 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

This patch made the "_curses_panel.curses panel" type callable. Created objects 
were in inconsistent state and using them caused a crash.

This bug is fixed in issue23815. Opened issue26979 for documenting the catch.

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2012-06-14 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 9a6b45a83dec by Martin v. Löwis in branch 'default':
Issue #14936: curses_panel was converted to PEP 3121 API.
http://hg.python.org/cpython/rev/9a6b45a83dec

New changeset 6eb21c1d3099 by Martin v. Löwis in branch 'default':
Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API.
http://hg.python.org/cpython/rev/6eb21c1d3099

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2012-06-14 Thread Martin v . Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

Thanks for the patches!

--
nosy: +loewis
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2012-05-28 Thread Robin Schreiber

New submission from Robin Schreiber robin.schrei...@me.com:

I have now applied the Heap-Type Refactoring from PEP 384 to the curses_panel 
module. Currently I still provide seperate patches for the PEP 3121 and PEP 384 
refactoring. As mentioned in Issue #14935 I am planning to release single 
patches in the future for each module I refactor.

--
components: Extension Modules
files: curses_panel_pep384.patch
keywords: patch
messages: 161793
nosy: Robin.Schreiber
priority: normal
severity: normal
status: open
title: PEP 3121, 384 refactoring applied to curses_panel module
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file25746/curses_panel_pep384.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2012-05-28 Thread Robin Schreiber

Changes by Robin Schreiber robin.schrei...@me.com:


Added file: http://bugs.python.org/file25747/curses_panel_pep3121.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14936] PEP 3121, 384 refactoring applied to curses_panel module

2012-05-28 Thread Robin Schreiber

Robin Schreiber robin.schrei...@me.com added the comment:

I have now also added the PEP3121 patch for the curses_panel module.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com