-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix udf debugging and remove an annoying tox warning (#103)
* Let exportparameters transfer the data as a hex string In Python 3, pickles are bytes objects, not strings. There seems to be a problem with py3embed and blobs, so for the time being we use hex encoded strings. * Fix tox DeprecationWarning about the imp module Replace past.builtins.execfile with compile + exec
- Loading branch information
1 parent
0158dae
commit a2f7166
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters