Re: [Ironpython-users] IronPython SQLite interface

2014-05-08 Thread Doug Blank
Just getting back to attempting to use sqlite3 on computers other than Windows, and it looks like this C# library has other problems on other OSes. The first issue is that it appears that all activity must happen in the same thread (connection, cursor, execution). That can mitigated against if tha

Re: [Ironpython-users] tinkering with cp35180 - types.FunctionType(...) raise NotImplementedError

2014-05-08 Thread Pawel Jasinski
Forget about the LookupGlobalVariable. I think something around RewriteBody with adjusted scope would be better. Comments? On Thu, May 8, 2014 at 2:21 PM, Pawel Jasinski wrote: > What I am trying to accomplish is minimal use case, where function globals > are replaced/faked. > The samples I am u

[Ironpython-users] tinkering with cp35180 - types.FunctionType(...) raise NotImplementedError

2014-05-08 Thread Pawel Jasinski
What I am trying to accomplish is minimal use case, where function globals are replaced/faked. The samples I am using can be examined at: https://gist.github.com/paweljasinski/1d3a18a885e3040449de I have replaced the context used by function, but the reference to global_variable out of fc0 is stuck

[Ironpython-users] IronPython, Daily Digest 5/7/2014

2014-05-08 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Implement standard python encodings 2. [New issue] ensurepip support 3. [New issue] Using str() on non-ASCII string throws Exception: Unable to translate bytes from specifie