summaryrefslogtreecommitdiff
path: root/sandbox/typecrash.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/typecrash.py')
-rw-r--r--sandbox/typecrash.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/typecrash.py b/sandbox/typecrash.py
deleted file mode 100644
index 3885675..0000000
--- a/sandbox/typecrash.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import psycopg2.extensions
-
-print(dir(psycopg2._psycopg))
-print(psycopg2.extensions.new_type(
- (600,), "POINT", lambda oids, name, fun: None))
-print("ciccia ciccia")
-print(psycopg2._psycopg)