[issue15699] PEP 3121, 384 Refactoring applied to readline module

2016-03-21 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b5279feb22f1 by Martin Panter in branch '3.5':
Issue #15699: Reunite comment with variable
https://hg.python.org/cpython/rev/b5279feb22f1

New changeset 5c6a5b3bb6eb by Martin Panter in branch 'default':
Issue #15699: Merge readline fixup from 3.5
https://hg.python.org/cpython/rev/5c6a5b3bb6eb

--

___
Python tracker 

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2013-07-31 Thread Antoine Pitrou

Antoine Pitrou added the comment:

Updated patch fixing a few issues (i.e. crashes). Reading the module state 
requires the GIL to be held, but it was taken too late when the hooks are 
called.

--
keywords: +patch
nosy: +pitrou
Added file: http://bugs.python.org/file31100/rl_pep3131.patch

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2013-07-31 Thread Roundup Robot

Roundup Robot added the comment:

New changeset e4594c7dfeeb by Antoine Pitrou in branch 'default':
Issue #15699: The readline module now uses PEP 3121-style module 
initialization, so as to reclaim allocated resources (Python callbacks) at 
shutdown.
http://hg.python.org/cpython/rev/e4594c7dfeeb

--
nosy: +python-dev

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2013-07-31 Thread Antoine Pitrou

Antoine Pitrou added the comment:

Now committed. Let's hope this doesn't break anything.

--
resolution:  - fixed
stage:  - committed/rejected

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2013-07-31 Thread Antoine Pitrou

Antoine Pitrou added the comment:

Looks ok on the buildbots.

--
status: open - closed

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2012-11-08 Thread Robin Schreiber

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


--
keywords: +pep3121 -patch

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



[issue15699] PEP 3121, 384 Refactoring applied to readline module

2012-08-16 Thread Robin Schreiber

New submission from Robin Schreiber:

Changes proposed in PEP3121 and PEP384 have now been applied to the readline 
module!

--
components: Extension Modules
files: readline_pep3121-384_v0.patch
keywords: patch
messages: 168405
nosy: Robin.Schreiber
priority: normal
severity: normal
status: open
title: PEP 3121, 384 Refactoring applied to readline module
type: resource usage
versions: Python 3.4
Added file: http://bugs.python.org/file26862/readline_pep3121-384_v0.patch

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