[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 ht

[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 ___ ___ Python-bugs-list mai

[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 ___ ___

[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

[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

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

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber : -- keywords: +pep3121 -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[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