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
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
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
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