MonetDB / pymonetdb

The Python API for MonetDB
https://www.monetdb.org/
Mozilla Public License 2.0
28 stars 20 forks source link

Make python UDF debug code work with Python3 #45

Closed gijzelaerr closed 2 years ago

gijzelaerr commented 5 years ago

it is quite python2 specfic

gijzelaerr commented 5 years ago

This would be much easier to verify and test if the binary debian packages would be compiled with Python support enabled.

gijzelaerr commented 5 years ago

execfile could be replaced with runpy:

https://stackoverflow.com/questions/436198/what-is-an-alternative-to-execfile-in-python-3/24261031#24261031

gijzelaerr commented 4 years ago

I'm going to make this depend on the drop of python2 support since it will simplify the code significantly.