commit | 5c30a75722f1fb42f4e49dcc5dd30d90d7717086 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 31 21:52:53 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 31 21:52:53 2013 +0200 |
tree | 5d161ddb7159b3386df1bdb5fc7f7d1a096e2f16 | |
parent | 32d483c39b4169b48ab3a98c36a77ea4e74b9f5a [diff] |
Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. Original patch by Robin Schreiber.