New psycopg release?
"James Henstridge" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Federico, I was wondering whether it'd be possible to get a 2.0.8 release of psycopg2 cut. For one of the projects we're working on, we ran into a crasher with 2.0.7 which appears to be fixed with the latest development release (I suspect it is the double free I fixed in pq_complete_error(), but haven't investigated further). Our admins prefer to put release software on the production servers, hence the request for a new release. I don't think there is anything unstable in trunk, and the changes seem like they merrit a release: 1. large object API 2. some memory leak and double free fixes 3. your fix for the COPY problem. 4. cyclic GC traversal support What do you think? James.