python-postgres / be

pg-python: Execute Python 3 code from PostgreSQL functions.
Other
5 stars 2 forks source link

pure-Python Postgres module has no __loader__ #7

Closed jwp closed 14 years ago

jwp commented 14 years ago

Tracebacks that go through Postgres.* should have context lines.

Currently the file is a "" and inaccessible.

jwp commented 14 years ago

Might be able to fix this with frozenmodules.

jwp commented 14 years ago

eh, probably not.

jwp commented 14 years ago

Implement StringModule and relocate meta.py to project.py

Now including project information in the build; accessible via Postgres.project

StringModule provides a loader for the Postgres module.

Closed by 05073f4da6719678c9751883708077240cff5d06