This project is archived and is in readonly mode.
RuntimeError: dictionary changed size during iteration
Reported by Psycopg website | 2013-05-07 10:12:11 UTC
Submitted by: michael poeltl michael.poeltl@univie.ac.at
psycopg2 (2.5) with python3.3;
extensions.py line 173
for k, v in encodings.items():
k = k.replace('_', '').replace('-', '').upper() encodings[k] =
v
throws a RuntimeError exception
(RuntimeError: dictionary changed size during iteration)
Comments and changes to this ticket
-

Daniele Varrazzo 2013-05-07 10:17:20 UTC
- State changed from new to invalid
User not bothering running 2to3.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
WARNING: the informations in this tracker are archived. Please submit new tickets or comments to the new tracker.
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.