Benedikt Reinartz
Benedikt Reinartz
I'll have a look. Especially for edge cases like these, PRs are appreciated. I don't have an MSVC build setup available right now.
What was the error that you got before?
Can you please provide a bit of code that shows this behaviour (or better yet, a reproducible example)? If everything is working correctly, C# objects should never be finalised while...
I'll have a look into the recursion (which I can reproduce and is a bug), but we don't actually by default provide conversions from/to Python decimals. You must be running...
Can you please give the exact example that produces the error for you (Python and C# code)?
One major difference is that older versions of Python.NET didn't even try to properly clean up in the end. How are your tests set up that you get test failures...
The actual issue is not the dev mode as such, but that it uses the `debug` mode for the allocator. If you just want to use all of the other...
None of these should be necessary, but running Python.NET with anything but the default allocation is undertested (as in, not at all). My guess is that somewhere in one of...
@jgmarcel If you can't provide a reproducible example, we can't debug. It's as easy as that. I could reproduce the example from the start of the thread and figured out...
1. The threading wiki is a wiki, it's not official documentation. If you want to change something, change it 2. PRs are always welcome. It is however not quite true...