This project is archived and is in readonly mode.
Still a segfault in psycopg.Timestamp on 64 bits
Reported by Daniele Varrazzo | January 13th, 2011 @ 04:04 PM
The segfault is still in the python2/python3 repos after merged the 'noleak' branch.
Segfault with python 2.5 64 bits compiled with gcc 4.3.2, but not with 4.4.5.
Comments and changes to this ticket
-
Daniele Varrazzo February 1st, 2011 @ 02:27 AM
- State changed from open to resolved
Fixed, the sucker...
Seems due to a format "l" instead of "i" to parse an input. Fixed in commit a2dcf504.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.