AW: AW: [firebird-python] Memory leak when using events

2014-11-07 Thread Dominik Psenner dominik.psen...@topcontrol.it [firebird-python]
Apologies, I should have explained that better. :-) The good thing (or bad?) is, that the database can be any firebird database. It must not even raise events. Take any database you want and modify the first few variables in the __main__ section such that it can connect to a database you have

Re: AW: AW: [firebird-python] Memory leak when using events

2014-11-07 Thread Pavel Cisar pci...@ibphoenix.cz [firebird-python]
Hi, thanks for the app, it helped to look into this issue. However, after deep look I start to think that this is actually not a bug, just pitfall. The problem is that when some problem arises while (re)registering interest in event notifications (isc_que_events API call), there is no good

AW: AW: AW: [firebird-python] Memory leak when using events

2014-11-07 Thread Dominik Psenner dominik.psen...@topcontrol.it [firebird-python]
: [firebird-python] Memory leak when using events Hi, thanks for the app, it helped to look into this issue. However, after deep look I start to think that this is actually not a bug, just pitfall. The problem is that when some problem arises while (re)registering interest in event notifications