[issue7339] bsddb crashes when transaction limit occurs

2009-11-17 Thread Paul Colomiets
New submission from Paul Colomiets p...@gafol.net: When maximum transaction number exceeded and DBEnv-txn_begin returns with error ENOMEM, error with following traceback occur: #0 0x000803d4fa48 in DBTxn_dealloc (self=0x846480648) at _bsddb.c:1235 #1 0x000803d506dc in newDBTxnObject

[issue14730] Implementation of the PEP 419

2012-05-05 Thread Paul Colomiets
New submission from Paul Colomiets p...@colomiets.name: Attached patch is a partial implementation of PEP 419, it lacks inspect module functions and requires more unit tests. -- components: Interpreter Core files: cleanuphook.patch keywords: patch messages: 159994 nosy: tailhook